Dbt-feature-flags

Latest version: v0.5.1

Safety actively analyzes 623490 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.5.1

Fixed
* Account for "contextless" rendering in dbt codebase by supplying a default implementation for each variation matching var

0.5.0

Changed
* Translate all feature flag calls to var calls in the event no provider is used. This allows users to manage feature flags locally and seamlessly transition between that model and a dedicated provider.

0.4.1

Added
* CI testing across all dbt versions post 1.0 serving as both integration tests and functional tests
* Added apache license to project

0.4.0

Added
* New validator logic ensures consistent and expected return types from all implemented FF clients
* Exposed default in userland so users can have expected behavior for disabled/offline mode and more control in general
Changed
* By default, we now return MockClient instead of harness client and push explicit specification to the user. This lets FF laced projects execute by default without needing an API key or an explicit variable to disable dbt feature flags

0.3.3

Added
* Added MockFeatureFlagClient which is used when env var DBT_FF_DISABLE is set in environment. This allows users to disable live clients without breaking their projects
* Started using changie for changelog management

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.