What's Changed
- raise when project vars not found by @dlawin in #478
- dbt events by @kylemcnair in #488
- reduce repetition in print statements by @dlawin in #464
- get_unique_columns: continue on None or empty list by @dlawin in #477
- do not infer source pks from tests by @dlawin in #490
- add snowflake sso by @dlawin in #487
- Datafold database credentials from cli by @pik94 in #466
- allow pass: key for redshift by @dlawin in #482
- save and get the api key from the system keyring service by @pik94 in #492
- Grab credentials from profiles.yml by @pik94 in #491
- fix up links in readme by @leoebfolsom in #493
- cleaner rows added/removed by @dlawin in #497
- support insecure_mode key for snowflake profile by @dlawin in #496
- Tidying up duplication between /docs and docs.datafold.com by @leoebfolsom in #495
- handle all custom schemas scenarios by @dlawin and @CoreyGaunt in #498
Possible breaking change when custom schemas are used
This release changes how prod schema names are determined when a "custom schema" is used via a new variable prod_custom_schema
. The boolean variable custom_schemas
can be removed.
See the updated doc here: https://docs.datafold.com/development_testing/open_source
Full Changelog: v0.6.0...v0.7.0