Releases: sdf-labs/sdf-cli
Releases · sdf-labs/sdf-cli
v0.5.3
What's Changed
- Performance, Cache, Counters, and DBT Session Init Fixes by @akbog in sdf-labs/sdf#3812
- [WIP] Preprocessor: share RustPython vm across threads by @sadboy in sdf-labs/sdf#3808
- Updating Version by @sdf-labs-cicd-app in sdf-labs/sdf#3813
- slt: Parse all slt files before running the sdf slt command by @gliga in sdf-labs/sdf#3800
- Avoid unsupported execution warning during SLT execution by @findepi in sdf-labs/sdf#3817
- add fmt macro_span offset by @wizardxz in sdf-labs/sdf#3811
- filter out return character by @wizardxz in sdf-labs/sdf#3818
- Allows to author commandlines in sdfcommands.yml by @wolfram-s in sdf-labs/sdf#3820
- Zhong/translate lint warnings by @wizardxz in sdf-labs/sdf#3819
Full Changelog: sdf-labs/sdf@v0.5.2...v0.5.3
v0.5.2
What's Changed
- Merge
build
tests folder withexec
by @findepi in sdf-labs/sdf#3781 - Zhong/fix fmt and lint bugs by @wizardxz in sdf-labs/sdf#3779
- Fix table name does not exist error message by @milevin in sdf-labs/sdf#3780
- tests: Be explicit that sdfx2 runs the command twice by @gliga in sdf-labs/sdf#3801
- Bring back declarations of Snowflake INFORMATION_SCHEMA functions. by @vgapeyev in sdf-labs/sdf#3777
- Eliminate panic on a dotted table name by @milevin in sdf-labs/sdf#3802
- Added Oleh to developers yml by @eliasdefaria in sdf-labs/sdf#3803
- Updating Version by @sdf-labs-cicd-app in sdf-labs/sdf#3774
- Test Snowflake numerical operators and add support
*
of decimals by @findepi in sdf-labs/sdf#3762 - Refined fmt and lint to work on stage=parse phase; updated lint/fmt counters for better tracking of success/errors/... by @wolfram-s in sdf-labs/sdf#3711
- Fix a test break due to missing credential by @milevin in sdf-labs/sdf#3806
- A few DF-backed Snowflake scalar functions and tests for them. by @vgapeyev in sdf-labs/sdf#3653
Full Changelog: sdf-labs/sdf@v0.5.1...v0.5.2
v0.5.1
What's Changed
- Vs code extension v1 by @venkaa28 in sdf-labs/sdf#3575
- Add dbt interpereter to sdf by @akbog in sdf-labs/sdf#3437
- Updating Version by @sdf-labs-cicd-app in sdf-labs/sdf#3756
- changed profile to env by @schulte-lukas in sdf-labs/sdf#3591
- fmt: Enable updates of goldie files for the fmt tests by @gliga in sdf-labs/sdf#3757
- Rewire TODO between duplicating issues by @findepi in sdf-labs/sdf#3763
- UDF materialization for Snowflake by @milevin in sdf-labs/sdf#3758
- Zhong/fix comment position by @wizardxz in sdf-labs/sdf#3771
- Optimize an error message introduced in the previous PR by @milevin in sdf-labs/sdf#3772
- Introducing Linter and Compiler warnings settings instead of configuration via the workspace. by @wolfram-s in sdf-labs/sdf#3770
- Reintroduce warehouse_metering_history to unblock customer by @milevin in sdf-labs/sdf#3773
Full Changelog: sdf-labs/sdf@v0.5.0...v0.5.1
v0.5.0
What's Changed
- Updating Version by @sdf-labs-cicd-app in sdf-labs/sdf#3749
- Fix type inference for Snowflake VALUES by @findepi in sdf-labs/sdf#3717
- Upgrade Rust toolchain: 1.81 by @sadboy in sdf-labs/sdf#3748
- Remove double to decimal coercion for Snowflake and fix function overload resolution when alternatives are doubles and decimals by @findepi in sdf-labs/sdf#3723
- slt: Introduce a new command for running sqllogictests by @gliga in sdf-labs/sdf#3742
- goldie-update'd datafusion.slt by @vgapeyev in sdf-labs/sdf#3754
- Bump pyspark from 3.3.0 to 3.3.2 in /crates/sdf-cli/workspaces/databricks by @dependabot in sdf-labs/sdf#3753
- Robustify normalization for SnowflakeUnnormalized by @sadboy in sdf-labs/sdf#3681
Full Changelog: sdf-labs/sdf@v0.4.3...v0.5.0
v0.4.3
What's Changed
- Common statistical aggregations for local Snowflake. by @vgapeyev in sdf-labs/sdf#3590
- Restore sdf make-functions after the sql-functions repo move. by @vgapeyev in sdf-labs/sdf#3401
- Updating Version by @sdf-labs-cicd-app in sdf-labs/sdf#3607
- fix trino string comparison by @wizardxz in sdf-labs/sdf#3611
- clean: Remove unused golden files by @gliga in sdf-labs/sdf#3602
- Zhong/lint fix macro source file by @wizardxz in sdf-labs/sdf#3610
- lint: Add support for target-dir option for the lint command by @gliga in sdf-labs/sdf#3614
- fix bigquery string comparison by @wizardxz in sdf-labs/sdf#3613
- Zhong/no agg function in groupby by @wizardxz in sdf-labs/sdf#3612
- Restore Snowflake local execution division tests by @findepi in sdf-labs/sdf#3580
- fix snowflake decimal rules by @wizardxz in sdf-labs/sdf#3621
- fix number type by @wizardxz in sdf-labs/sdf#3623
- immutable source folder for test_strict_column_qualifier by @wizardxz in sdf-labs/sdf#3616
- Introduces sdf build (for local and remote exe), an implementataion of the write-audit-publish pattern by @wolfram-s in sdf-labs/sdf#3624
- tests: Rewrite to isolate tests by @gliga in sdf-labs/sdf#3629
- Remove dest option from subcommands as that is not needed for test isolation by @gliga in sdf-labs/sdf#3630
- tests: Remove all sdftarget directories prior to running a test command by @gliga in sdf-labs/sdf#3631
- Ani/usage billing UI by @venkaa28 in sdf-labs/sdf#3615
- add fixed message and fixed stats at the footer by @wizardxz in sdf-labs/sdf#3617
- fix sdf lint by @wizardxz in sdf-labs/sdf#3632
- fix linter bug: qualified star is considered as unqualified column name by @wizardxz in sdf-labs/sdf#3636
- Scratch: empirical approach to deriving Snowflake typing rules by @findepi in sdf-labs/sdf#3638
- Remove Snowflake-specific from BigQuery data download (
re_batch
) by @findepi in sdf-labs/sdf#3626 - Harry/usage billing backend support by @xuliangs in sdf-labs/sdf#3583
- pricing patch by @venkaa28 in sdf-labs/sdf#3642
- Verify goldie-update --all XOR --packages by @findepi in sdf-labs/sdf#3487
- Hide SLT-related command line switch by @findepi in sdf-labs/sdf#3466
- inferred function saved to file by @wizardxz in sdf-labs/sdf#3644
- default fmt rule name is None by @wizardxz in sdf-labs/sdf#3645
- Fix snowflake numeric cast types by @findepi in sdf-labs/sdf#3658
- Test types of numeric arithmetics with Snowflake by @findepi in sdf-labs/sdf#3657
- An evaluator for Jinja assignments including assertions, useful for type constraint evaluation (and elsewhere) by @wolfram-s in sdf-labs/sdf#3663
- sqllogictest: Switch to slt extension for sqllogictests by @gliga in sdf-labs/sdf#3665
- Remove lenient data conversions when reading from BigQuery by @findepi in sdf-labs/sdf#3655
- add lint/fmt stats by @wizardxz in sdf-labs/sdf#3664
- Derived function return types by @findepi in sdf-labs/sdf#3637
- make-functions work again by @wizardxz in sdf-labs/sdf#3671
- only run mac tests on has changed true by @venkaa28 in sdf-labs/sdf#3643
- fixed member table content fit by @venkaa28 in sdf-labs/sdf#3677
- Added documentation on custom libraries and moved to
json_path
for initial sdf auth login with bigquery by @eliasdefaria in sdf-labs/sdf#3678 - Derived correct return type for sum(decimal) in Snowflake by @findepi in sdf-labs/sdf#3675
- Fix snowflake floating point cast types by @findepi in sdf-labs/sdf#3676
- Fix table renames in SLT execution in remote mode by @findepi in sdf-labs/sdf#3683
- fix: Updated the list of errors to count at the end of (test) runs by @gliga in sdf-labs/sdf#3659
- clean: Clean options that are not used or not needed pub by @gliga in sdf-labs/sdf#3690
- fix: Mark goldie_ tables as tests to ensure proper set of resolved targets by @gliga in sdf-labs/sdf#3694
- Upgrade GitHub workflows to use actions/checkout@v4 by @findepi in sdf-labs/sdf#3689
- Make npm-installation more copy-pastable by @findepi in sdf-labs/sdf#3692
- move jaffle_shop by @wizardxz in sdf-labs/sdf#3700
- Reintroduce decimal division in Snowflake local execution by @findepi in sdf-labs/sdf#3697
- renamed all presto references to trino by @venkaa28 in sdf-labs/sdf#3650
- enforce-function-impl by @wizardxz in sdf-labs/sdf#3680
- Updated issue template by @eliasdefaria in sdf-labs/sdf#3705
- Removed scratch from main monorepo by @eliasdefaria in sdf-labs/sdf#3704
- Remove experimental flag by @schulte-lukas in sdf-labs/sdf#3708
- Added Snowflake Functions Workspace by @schulte-lukas in sdf-labs/sdf#3725
- Remove dockerfile and update crates to do by @akbog in sdf-labs/sdf#3699
- Extract logic common between
CAST
and::
cast operator by @findepi in sdf-labs/sdf#3719 - Fix overlap analysis to support multiple matching pairs by @milevin in sdf-labs/sdf#3737
- Add BigQuery Credentials Support in Console by @venkaa28 in sdf-labs/sdf#3661
- Workaround '0' to decimal cast problem by @findepi in sdf-labs/sdf#3738
- slt: Fix goldie-update for slt by @gliga in sdf-labs/sdf#3743
- Fix DBT Bugs (finally - sorry Elias) by @akbog in sdf-labs/sdf#3740
- Tests and WorkspaceEnv small improvements by @findepi in sdf-labs/sdf#3746
- New Advanced Snowflake Example - GitHub Analysis by @eliasdefaria in sdf-labs/sdf#3710
Full Changelog: sdf-labs/sdf@v0.4.2...v0.4.3
v0.4.2
What's Changed
- Polishing Impact Analysis by @venkaa28 in sdf-labs/sdf#3563
- Partly implement coercion for decimals in Snowflake dialect by @findepi in sdf-labs/sdf#3509
- Fix imprecise decimal and float rendering in SLT by @findepi in sdf-labs/sdf#3542
- Avoid implicit OR REPLACE by @findepi in sdf-labs/sdf#3469
- Allow printing WorkspaceEnv state by @findepi in sdf-labs/sdf#3579
- Updating Version by @sdf-labs-cicd-app in sdf-labs/sdf#3574
- Using flush instead of sleep to ensure content is on disk by @gliga in sdf-labs/sdf#3581
- Introduce and use new test API by @gliga in sdf-labs/sdf#3572
- fix non-deterministic test_output by @wizardxz in sdf-labs/sdf#3582
- Added AI-Enabled Summary to Impact Analysis by @eliasdefaria in sdf-labs/sdf#3559
- Impact Analysis Doc Site Updates by @evabgood in sdf-labs/sdf#3448
- Make overlap analysis more deterministic by @milevin in sdf-labs/sdf#3593
- Add aarch64-apple-darwin Test on PR by @schulte-lukas in sdf-labs/sdf#3577
- Zhong/massive lint fix by @wizardxz in sdf-labs/sdf#3584
- Fix ephemeral tables dbt refresh by @akbog in sdf-labs/sdf#3597
- Fix statement separation near a comment in Snowflake materialization by @milevin in sdf-labs/sdf#3596
Full Changelog: sdf-labs/sdf@v0.4.1...v0.4.2
v0.4.1
What's Changed
- Impact Analysis V1 MVP by @venkaa28 in sdf-labs/sdf#3273
- Added impact analysis toggle to workspace settings by @rpechuk in sdf-labs/sdf#3291
- Impact Analysis Updates by @venkaa28 in sdf-labs/sdf#3318
- [DRAFT] Harry/handle IA failure cases by @xuliangs in sdf-labs/sdf#3312
- sqlgen: Enumerating SQL select (literal, ident) pairs by @gliga in sdf-labs/sdf#3384
- Zhong/databricks by @wizardxz in sdf-labs/sdf#3397
- Handle null columns in Snowflake connector's re-batch by @milevin in sdf-labs/sdf#3403
- create a workspace in create_credential if there isn't one by @xuliangs in sdf-labs/sdf#3402
- Escape comments during materialization by @findepi in sdf-labs/sdf#3399
- doc: Typo fixes in cli help messages by @gliga in sdf-labs/sdf#3408
- Fixes to workspace status polling by @rpechuk in sdf-labs/sdf#3359
- Use snowflake dialect for sqllogictest_snowflake_remote local execution by @findepi in sdf-labs/sdf#3400
- Changed table component to be aligned with Figma by @rpechuk in sdf-labs/sdf#3360
- Updating Version by @sdf-labs-cicd-app in sdf-labs/sdf#3398
- Removed unnecessary AWS creds input on deploy docs job by @eliasdefaria in sdf-labs/sdf#3395
- Remove duplicate snowflake count_if function by @findepi in sdf-labs/sdf#3414
- Test SLT with Snowflake data types and other Snowflake SLT cleanups by @findepi in sdf-labs/sdf#3413
- Fixed documentation generation for yml schema where descriptions have new lines. Added creds env var section by @eliasdefaria in sdf-labs/sdf#3424
- Scale Production Nodes by @akbog in sdf-labs/sdf#3436
- Implement Worker Queue lock on tasks by @venkaa28 in sdf-labs/sdf#3416
- Bump lexical-core from 0.8.5 to 1.0.0 by @dependabot in sdf-labs/sdf#3386
- Bump serve-static and express in /platform/docs by @dependabot in sdf-labs/sdf#3370
- Bump body-parser and express in /platform/docs by @dependabot in sdf-labs/sdf#3343
- Bump path-to-regexp and express in /platform/docs by @dependabot in sdf-labs/sdf#3320
- Bump send and express in /platform/docs by @dependabot in sdf-labs/sdf#3327
- Impact Analysis Updates by @venkaa28 in sdf-labs/sdf#3387
- Make make_scalar_function() result candidate for inlining by @findepi in sdf-labs/sdf#3390
- Updated xtask init-creds to not depend on sdf-cli crate for more efficient integration testing by @eliasdefaria in sdf-labs/sdf#3438
- Fix Redshift metadata integration's queries by @findepi in sdf-labs/sdf#3440
- Specify local crates' path once by @findepi in sdf-labs/sdf#3389
- Rename encryption key constant to prevent misuse by @findepi in sdf-labs/sdf#3277
- Schedule one branch per worker schema migration by @venkaa28 in sdf-labs/sdf#3409
- fixed push workspace lock and fixed connect workspace path parsing by @venkaa28 in sdf-labs/sdf#3446
- Remove json file writing in test/check execution by @findepi in sdf-labs/sdf#3441
- Fix casing issues in lineage graph by @akbog in sdf-labs/sdf#3447
- Removed ~50 duplicates from the list of snowflake functions. by @vgapeyev in sdf-labs/sdf#3450
- Refine error output by @sadboy in sdf-labs/sdf#3429
- Finished table fixes by @rpechuk in sdf-labs/sdf#3451
- Support
count
in Snowflake by @findepi in sdf-labs/sdf#3442 - Fail SLT on all kinds of failures by @findepi in sdf-labs/sdf#3421
- Easier ad-hoc execution of testing workspace by @findepi in sdf-labs/sdf#3463
- [Linter] Docs prep for release by @shellymat in sdf-labs/sdf#3149
- fmt remove the trailing semicolon by @wizardxz in sdf-labs/sdf#3304
- Macos: commit missing test files by @sadboy in sdf-labs/sdf#3455
- Split sqllogictest_snowflake_remote_and_local into smaller by @findepi in sdf-labs/sdf#3464
- Add
--show-all-errors
command line arg by @sadboy in sdf-labs/sdf#3479 - Retain run/test/check execution error messages by @findepi in sdf-labs/sdf#3467
- fix goldie for test_my_rules_lint by @wizardxz in sdf-labs/sdf#3485
- Update
goldie
dependency to 0.5.0 by @findepi in sdf-labs/sdf#3445 - Easier uncomment to update goldie files by @findepi in sdf-labs/sdf#3473
- Harry/clone using sparse checkout by @xuliangs in sdf-labs/sdf#3388
- Harry/schedule tasks dag by @xuliangs in sdf-labs/sdf#3226
- Harry/fix on conflict error by @xuliangs in sdf-labs/sdf#3490
- Remove the
--no-save
option and re-enable the--save
option forsdf dbt refresh
by @milevin in sdf-labs/sdf#3489 - fix path filtering by @xuliangs in sdf-labs/sdf#3494
- Implement execution support for
EXPLAIN
by @sadboy in sdf-labs/sdf#3493 - Fix unwrap on Ok result in tests by @findepi in sdf-labs/sdf#3505
- Introduce WorkspaceEnv to isolate test execution by @gliga in sdf-labs/sdf#3492
- Harry/sparse checkout fixes by @xuliangs in sdf-labs/sdf#3513
- Fix Snowflake identifier rendering by @sadboy in sdf-labs/sdf#3465
- remove :: in trino and bigquery by @wizardxz in sdf-labs/sdf#3503
- Easier loading of datafusion UDFs by @vgapeyev in sdf-labs/sdf#3491
- reducing workers in staging by @venkaa28 in sdf-labs/sdf#3519
- don't use sparse check if sub_path is root by @xuliangs in sdf-labs/sdf#3518
- Revert "Retain execution error cause" by @findepi in sdf-labs/sdf#3514
- skipping the deploy and test job entirely if no changes to platform by @venkaa28 in sdf-labs/sdf#3521
- fix s3 upload on error result by @xuliangs in sdf-labs/sdf#3520
- updated pr_test console workflow by @venkaa28 in sdf-labs/sdf#3524
- Cached compilation now also detects added SDF and JINJA files by @wolfram-s in sdf-labs/sdf#3511
- Corrected typos and added section on generic tests by @eliasdefaria in sdf-labs/sdf#3525
- Added telemetry to the Cloud app! by @rpechuk in sdf-labs/sdf#3425
- Quick patch to column description issue by @eliasdefaria in sdf-labs/sdf#3533
- temporarily excluding cloud telem by @venkaa28 in sdf-labs/sdf#3532
- Snowflake: TRANSFORM and FILTER by @sadboy in sdf-labs/sdf#3526
- Simplify code a little by @findepi in sdf-labs/sdf#3507
- Fix reading float and scaled decimal values from Snowflake by @findepi in sdf-labs/sdf#3538
- "Presto" to "Trino" cleanup 1 by @findepi in sdf-labs/sdf#3470
- Workspace that shows that SDF tracks changes to Remote but ONLY for sources! by @wolfram-s in sdf-labs/sdf#3529
- tests: Isolate lint tests using WorkspaceEnv by @gliga in sdf-labs/sdf#3528
- Fix 3531: Fixes cache nondeterminsm by using deterministic data structures by @wolfram-s in sdf-labs/sdf#3539
- Temporarily fixes telemetry by excluding broken files by @venkaa28 in sdf-labs/sdf#3543
- Run CLI tests on main after merge by @findepi in sdf-labs/sdf#3471
- Zhong/fix minor issues in lint by @wizardxz in sdf-labs/sdf#3545
- refactor: remove operators from functions.sdf.yml by @wizardxz in sdf-labs/sdf#3423
- github: Enable an option to not run tests while PR is not ready for review by @gliga in sdf-labs/sdf#3544
- fixes for git switch by @xuliangs in sdf-labs/sdf#3550
- tests: Renable cache tests that require the touch command by @gliga in sdf-labs/sdf#3488
- Remote Snowflake division test by @milevin in sdf-labs/sdf#3553
- Support json-path parameter in sdf auth login bigquery by @milevin in sdf-labs/sdf#3552
- Support min, max, sum aggregation functions for Snowflake local execution by @findepi in sdf-labs/sdf#3510
SchemaOverlayTableProvider
: fix schema of scan plan by @sadboy in sdf-labs/sdf#3554- ExternalTableProvider: fix schema handling for partitioned tables by @sadboy in sdf-labs/sdf#3562
- sdf build (part1: local only) by @wolfram-s in sdf-labs/sdf#3176
- Stop double building cli in PR. by @schulte-lukas in sdf-labs/sdf#3565
- Delete. a superflous println (introduced earlier for debugging) by @wolfram-s in sdf-labs/sdf#3568
- fixing posthog integration tabl by @venkaa28 in sdf-labs/sdf#3570
- Separate and isolate lint tests (r...
v0.4.0
What's Changed
- minor: Make cli command text more uniform by @gliga in sdf-labs/sdf#3332
- Introduce remote bigquery tests -- the beginning by @milevin in sdf-labs/sdf#3310
- Zhong/databricks relation gramma by @wizardxz in sdf-labs/sdf#3334
- Updating Version by @sdf-labs-cicd-app in sdf-labs/sdf#3333
- BQ Integration Tests: Enabling a few more tests copied from SF by @milevin in sdf-labs/sdf#3336
- Hardening Scheduler to fail more gracefully by @rpechuk in sdf-labs/sdf#3339
- wrapping process_task_instance_event in a tokio event to catch panics by @venkaa28 in sdf-labs/sdf#3342
- reconnect on channel closed lapin error by @xuliangs in sdf-labs/sdf#3341
- add error logs on TaskInstanceFailed by @xuliangs in sdf-labs/sdf#3344
- More BQ integration tests by @milevin in sdf-labs/sdf#3340
- Remove unused
df_comparison
param fromsql_test!
by @findepi in sdf-labs/sdf#3338 - Fix incorrect handling of missing source tables by @milevin in sdf-labs/sdf#3348
- Fix example in inline yaml messages by @findepi in sdf-labs/sdf#3349
- Adde BigQuery Basic Materialization Guide & Added BigQuery starter sample by @eliasdefaria in sdf-labs/sdf#3363
- DBT Project Loader by @akbog in sdf-labs/sdf#3365
- Zhong/support default column alias for bigquery by @wizardxz in sdf-labs/sdf#3371
- Fix sqllogictest idempotency by @findepi in sdf-labs/sdf#3364
- Downgrade Trino local execution support by @findepi in sdf-labs/sdf#3347
- Cater for trailing comment when formatting materialization in sqllogictests by @findepi in sdf-labs/sdf#3361
- Structured scope timing by @findepi in sdf-labs/sdf#3321
- substitution warning on model files by @wizardxz in sdf-labs/sdf#3373
- Bigquery: implement support for LIKE/CLONE by @sadboy in sdf-labs/sdf#3372
- MacOS: explicitly error when
is_tablename_case_sensitive
by @sadboy in sdf-labs/sdf#3382 - Update cargo and nexttest by @wolfram-s in sdf-labs/sdf#3380
- Restructure bigquery aggregation tests for case insensitive platforms by @sadboy in sdf-labs/sdf#3383
- Update Makefile to record the show limit by @milevin in sdf-labs/sdf#3378
- Upgrade to DataFusion 40.0.0 by @vgapeyev in sdf-labs/sdf#3316
- Inline sql-functions repository in crates/sql-functions/ by @findepi in sdf-labs/sdf#3385
- Modified cargo xtask init-creds to allow for manual specification of ci mode by @eliasdefaria in sdf-labs/sdf#3377
Full Changelog: sdf-labs/sdf@v0.3.28...v0.4.0
v0.3.28
What's Changed
- Added slack suggestion on sdf new by @schulte-lukas in sdf-labs/sdf#3271
- fix numeric type binding in bigquery by @wizardxz in sdf-labs/sdf#3289
- Implement table download for BQ by @milevin in sdf-labs/sdf#3278
- Refactoring remote tests to prepare for BQ tests by @milevin in sdf-labs/sdf#3305
- Updating Version by @sdf-labs-cicd-app in sdf-labs/sdf#3303
- Error handling: detect duplicate column names in
CREATE TABLE AS
by @sadboy in sdf-labs/sdf#3308 - comment out debug logs from github webhook router by @xuliangs in sdf-labs/sdf#3314
- databricks sql reference syntax by @wizardxz in sdf-labs/sdf#3309
- fulfill a user deletion request by @xuliangs in sdf-labs/sdf#3311
- sqllogictest: Add support for sdf test update using remote snowflake by @gliga in sdf-labs/sdf#3252
- GitV2 Quick Fixes by @rpechuk in sdf-labs/sdf#3298
- Zhong/databricks function call by @wizardxz in sdf-labs/sdf#3319
- Stop printing diagnostics after run/compile error by @findepi in sdf-labs/sdf#3246
- Unify couple test_* methods by @findepi in sdf-labs/sdf#3293
- Fix s3 uri for telemetry upload task by @rpechuk in sdf-labs/sdf#3323
- Harry/changes to run moms_flower_shop in BQ by @xuliangs in sdf-labs/sdf#3317
- Added first bigquery guide, updated integrations pages, and corrected small Snowflake guide mistakes by @eliasdefaria in sdf-labs/sdf#3324
- Quick fix: workaround for broken DatabasePattern by @sadboy in sdf-labs/sdf#3326
- Fix a typo in the debug output for qualified names by @gliga in sdf-labs/sdf#3331
Full Changelog: sdf-labs/sdf@v0.3.27...v0.3.28
v0.3.27
What's Changed
- Updating Version by @sdf-labs-cicd-app in sdf-labs/sdf#3297
- Add impact analysis pr comment table by @venkaa28 in sdf-labs/sdf#3284
- Fix Snowflake Json Chunking by @akbog in sdf-labs/sdf#3302
Full Changelog: sdf-labs/sdf@v0.3.26...v0.3.27