Releases: sdf-labs/sdf-cli
Releases · sdf-labs/sdf-cli
v0.3.16
What's Changed
- isolated schema migrations by @venkaa28 in sdf-labs/sdf#3001
- kendrick/0.3.7-0.3.10-release-notes by @kvandoorn in sdf-labs/sdf#2895
- Updating Version by @sdf-labs-cicd-app in sdf-labs/sdf#3012
- Kendrick/release-notes-0.3.6 by @kvandoorn in sdf-labs/sdf#2858
- Added check changes to CLI by @rpechuk in sdf-labs/sdf#3016
- Display Logs for recompile/push in the console!!! by @rpechuk in sdf-labs/sdf#2874
- Linting skaffolding (changes to schema, cli, env, dep, build)... by @wolfram-s in sdf-labs/sdf#2900
- sdf man lint-rules by @wolfram-s in sdf-labs/sdf#3033
- Tests for cardinality(array) UDF by @vgapeyev in sdf-labs/sdf#3028
- compile should not make lint warning by @wizardxz in sdf-labs/sdf#3034
- Prevent redundant External Table Init & Consolidate Code Paths by @akbog in sdf-labs/sdf#3037
- Added better error handling and fallbacks for compiled code paths in sdf dbt commands by @eliasdefaria in sdf-labs/sdf#3050
- [DOCUMENTATION] Linter by @shellymat in sdf-labs/sdf#2998
- [Linter] Rules docs update by @shellymat in sdf-labs/sdf#3049
- Zhong/linter update by @wizardxz in sdf-labs/sdf#3051
Full Changelog: sdf-labs/sdf@v0.3.15...v0.3.16
v0.3.15
What's Changed
- Preparation for BQ support: remove get_table_provider method by @milevin in sdf-labs/sdf#3009
- Introduce
--save
flag by @akbog in sdf-labs/sdf#3007 - Updating Version by @sdf-labs-cicd-app in sdf-labs/sdf#3011
Full Changelog: sdf-labs/sdf@v0.3.14...v0.3.15
v0.3.14
What's Changed
- Updating Version by @sdf-labs-cicd-app in sdf-labs/sdf#2994
- Add error and materialization logging by @akbog in sdf-labs/sdf#2993
- Add Spec and Macro to Include Types by @akbog in sdf-labs/sdf#2995
- Tests for array_max/min over emptiness by @vgapeyev in sdf-labs/sdf#2983
- [Refactoring] Avoid error-message work when there is no error, in overload resolution by @vgapeyev in sdf-labs/sdf#2988
- Remove legacy list reversal in overload resolution by @vgapeyev in sdf-labs/sdf#2996
- Fix cancel policy for git actions by @rpechuk in sdf-labs/sdf#3004
- Zhong/fix snowflake by @wizardxz in sdf-labs/sdf#2999
- Put offline compilation of incremental and snapshot tables behind a flag by @milevin in sdf-labs/sdf#3008
Full Changelog: sdf-labs/sdf@v0.3.13...v0.3.14
v0.3.13
What's Changed
- Gaps in array construction by @vgapeyev in sdf-labs/sdf#2901
- Added date_spine support that matches DBT implementation for Snowflake by @eliasdefaria in sdf-labs/sdf#2959
- Updating Version by @sdf-labs-cicd-app in sdf-labs/sdf#2978
- add sys_connect_by_path by @wizardxz in sdf-labs/sdf#2980
- refactor comparison coercion by @wizardxz in sdf-labs/sdf#2979
- Fixed non-determinism in console testing by @rpechuk in sdf-labs/sdf#2912
- Fix
--no-cache
to respect--cache
policy by @akbog in sdf-labs/sdf#2984 - Fix start time and end time timestamps in Telemetry by @akbog in sdf-labs/sdf#2991
- dual table by @wizardxz in sdf-labs/sdf#2990
- fix timediff by @wizardxz in sdf-labs/sdf#2992
Full Changelog: sdf-labs/sdf@v0.3.12...v0.3.13
v0.3.12
What's Changed
- schema migration for env_to_compile by @venkaa28 in sdf-labs/sdf#2951
- Updating Version by @sdf-labs-cicd-app in sdf-labs/sdf#2952
- added env name to reports generation when env is specified by @venkaa28 in sdf-labs/sdf#2956
- Adding meta attribute to Table by @akbog in sdf-labs/sdf#2953
- Add Output of Table Deps to Parse Stage by @akbog in sdf-labs/sdf#2961
- [DOCUMENTATION] Add S3 Overview and Example Guide by @kvandoorn in sdf-labs/sdf#2816
- Patch pre-command bug by @akbog in sdf-labs/sdf#2964
Full Changelog: sdf-labs/sdf@v0.3.11...v0.3.12
v0.3.11
What's Changed
- Avoid erroring out when a recursive table changes schema by @milevin in sdf-labs/sdf#2866
- Updating Version by @sdf-labs-cicd-app in sdf-labs/sdf#2865
- Initial tests for array_max, array_min UDFs. by @vgapeyev in sdf-labs/sdf#2842
- [Telemetry] Add workspace evaluator reports by @shellymat in sdf-labs/sdf#2871
- [Telemetry] Small Updates by @shellymat in sdf-labs/sdf#2827
- Apply proper casing when looking up the updated_at column name for a snapshot by @milevin in sdf-labs/sdf#2873
- Do not codegen seeds unless remote database provider exists by @akbog in sdf-labs/sdf#2868
- Zhong/refactor literal formatter by @wizardxz in sdf-labs/sdf#2876
- Improve Metrics by @schulte-lukas in sdf-labs/sdf#2877
- Improve type mismatch error messsage by @milevin in sdf-labs/sdf#2891
- support null column in seed file by @wizardxz in sdf-labs/sdf#2875
- Duplicate columns: the last word by @sadboy in sdf-labs/sdf#2867
- SDF Telemetry Workspace in SDF Console by @schulte-lukas in sdf-labs/sdf#2889
- Hydrate local dbs and efs with Test data to run e2e tests locally by @venkaa28 in sdf-labs/sdf#2872
- Github Action Updates - Deploy & Test E2E by @venkaa28 in sdf-labs/sdf#2622
- Add structured logging to SDF Worker by @akbog in sdf-labs/sdf#2899
- Wolfram/fix missing cache tracking for sql files when test for that sql is generated by @wolfram-s in sdf-labs/sdf#2897
- Environments UI Updates by @venkaa28 in sdf-labs/sdf#2887
- Re-enable snapshot and incremental tests; add full order by to each show table by @milevin in sdf-labs/sdf#2905
- Fixed Settings/Reports UI bugs by @rpechuk in sdf-labs/sdf#2914
- Accept Workspace name in path to workspace in git integration by @venkaa28 in sdf-labs/sdf#2915
- Harry/GitHub integration cleanup by @xuliangs in sdf-labs/sdf#2886
- Support YML file for self-selecting tables by @milevin in sdf-labs/sdf#2916
- Added support for quoted columns in sdf dbt init and sdf dbt refresh by @eliasdefaria in sdf-labs/sdf#2880
- Move seed file upload to after target slicing by @sadboy in sdf-labs/sdf#2937
- ANI/fixing workflow bugs by @venkaa28 in sdf-labs/sdf#2932
- new add workspace button by @venkaa28 in sdf-labs/sdf#2931
- Added logging doc to advanced section by @eliasdefaria in sdf-labs/sdf#2890
- SDF exec now uses main standard out by @schulte-lukas in sdf-labs/sdf#2908
- Added transient table typing support in JSON schema from OS contribution by @eliasdefaria in sdf-labs/sdf#2917
- Support offline processing of incremental and snapshot tables in sdf compile by @milevin in sdf-labs/sdf#2936
- Select dialect for sdf -q for report and check to Trino by @wolfram-s in sdf-labs/sdf#2948
Full Changelog: sdf-labs/sdf@v0.3.10...v0.3.11
v0.3.10
What's Changed
- Updating Version by @sdf-labs-cicd-app in sdf-labs/sdf#2828
- Zhong/simplify optional arg grammar by @wizardxz in sdf-labs/sdf#2839
- Support specifying time-travel declarations for source tables by @milevin in sdf-labs/sdf#2843
SDF_DEBUG
and structured errors by @sadboy in sdf-labs/sdf#2844- Cache and related CLI commands updated, focus correctness by @wolfram-s in sdf-labs/sdf#2824
- Tests for ceil(), floor() UDFs by @vgapeyev in sdf-labs/sdf#2804
- lightweight_parser by @wizardxz in sdf-labs/sdf#2799
- Updated docs and example workspace to be explicit with all includes types by @eliasdefaria in sdf-labs/sdf#2855
- Reflecting OS materialization change in monorepo - fixes Snowflake views having comments added to columns by @eliasdefaria in sdf-labs/sdf#2841
- Adding
sdf exec <cmd>
subcommand by @schulte-lukas in sdf-labs/sdf#2727 - Fix handling of recursive CTEs in lineage by @milevin in sdf-labs/sdf#2862
- Adds nulls for 'empty' data types in seeds by @wolfram-s in sdf-labs/sdf#2829
- Fix panic spew on table deserialization error by @akbog in sdf-labs/sdf#2864
Full Changelog: sdf-labs/sdf@v0.3.9...v0.3.10
v0.3.9
What's Changed
- Update assembly serialization to make it more readable by @akbog in sdf-labs/sdf#2815
- Check for ambiguity of local/remote patterns in integrations by @milevin in sdf-labs/sdf#2805
- add api-sever pre-kube.sh for patreon by @xuliangs in sdf-labs/sdf#2819
- track ci runners device id by @xuliangs in sdf-labs/sdf#2817
- Harry/fix signout tokens deleteions by @xuliangs in sdf-labs/sdf#2822
- Updating Version by @sdf-labs-cicd-app in sdf-labs/sdf#2820
Full Changelog: sdf-labs/sdf@v0.3.8...v0.3.9
v0.3.8
What's Changed
- add test for external table column select by @wizardxz in sdf-labs/sdf#2803
- Add origin to Information Schema by @akbog in sdf-labs/sdf#2807
- Git & Environments V1 by @venkaa28 in sdf-labs/sdf#2783
- Harry/v1 git integration by @xuliangs in sdf-labs/sdf#2526
- Reports V1 by @nirpechuk in sdf-labs/sdf#2740
- Ensure upstream and downstream deps are tablenames by @akbog in sdf-labs/sdf#2810
- Updating Version by @sdf-labs-cicd-app in sdf-labs/sdf#2809
- Remove console pre-kube from customer deployment by @nirpechuk in sdf-labs/sdf#2812
- disabling create workspace for other orgs in prod by @venkaa28 in sdf-labs/sdf#2813
- Updated configurable logging infra using json by @wolfram-s in sdf-labs/sdf#2753
- Implement sdf man event-schema by @wolfram-s in sdf-labs/sdf#2798
- Fixes html escapes in combined sql/jinja code by @wolfram-s in sdf-labs/sdf#2814
Full Changelog: sdf-labs/sdf@v0.3.7...v0.3.8
v0.3.7
What's Changed
- Make column resolution case insensitive (sort of) by @sadboy in sdf-labs/sdf#2802
- Updating Version by @sdf-labs-cicd-app in sdf-labs/sdf#2801
- Fix cycle detection errors by @milevin in sdf-labs/sdf#2795
- New release doc for v0.3.5 by @evabgood in sdf-labs/sdf#2789
Full Changelog: sdf-labs/sdf@v0.3.6...v0.3.7