You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* remove annoying warning message about the materialization flag
* initial changes to support dbt-fusion!
* temp - use the CLI branch by default
* force CLI ref
* TO DROP: from fusion cli branch
* avoid updating internal dbt field
* use documented way to quote by config
* agate_to_dicts: hacky way to handle decimals
* create get_test_model macro instead of context["model"] usages
* replace dbt.create_table_as with our own implementation
* remove hack that's not working anyway
* create_table_as - bugfix for postgres
* strip ; from the end of queries so our comment won't cause an error in dbt-fusion
* dbt-fusion fixes
* test-warehouse: add dbt fusion
* bugfix
* fix attempt
* use dbt-fusion for deps and debug
* add exec shell after installing dbt fusion
* another attempt to make dbtf work in CI
* use direct dbt fusion path
* write profiles before installing deps
* use different profiles secret for fusion
* change packages.yml in tests to point to an absolute path
* dbt-fusion fixes
* test
* debug
* test
* oops
* comment out packages edit in conftest
* delete package lock in workflow
* replace symlink instead
* bugfix
* handle_test_result - treat "error" as "fail" in dbt-fusion
* re-comment out edit
* bugfix + comment again
* various fixes
* handle_test_results - normalize test status
* handle_tests_results - bugfix
* use the dbt version instead of another flag in the CI workflows
* groups bugfix
* workflow bugfix
* add -s to py.test
* remove parallelism
* bugfix
* write_yaml: unlink on failure as well
* source freshness test fix
* more test fixes
* test_disable_samples_config: fix
* where parameter logic fix
* add marker for skip_for_dbt_fusion
* fix test_meta_tags_and_accepted_values
* skip more tests on fusion
* test_warehouse: dbt version in branch name fix
* run tests with fusion cli branch for now
* add fusion for other supported adapters
* force using CLI branch
* temporarily set pull_request
* update supported fusion targets
* bugfix to branch name
* agate_to_dicts: remove unused and broken column_types reference
* replace quoting logic with simple replace - following original PR's intent
* pii bugfix
* test-all-warehouses: don't run on all 1.8.0 on worker_dispatch
* return pull_request_target
* dbt invocations fix for fusion
* test-warehouse - run against the canary dbt fusion version
* redshift: use merge incremental strategy by default
* create_table_as: bugfixes for BQ and Redshift
* create_intermediate_relation - bugfix for fusion
* test-all-warehouses: remove elementary ref
* create_table_as: use default dbt implementation except for cases we know are problematic
* handle_test_results: bugfix
* get_model_relation_for_test: bugfix
* agate_to_dicts: improve decimal serialization
* remove canary build
* normalize_data_type: do case-insensitive search
* add implementation for edr_get_create_table_as_sql on databricks
* workaround for bq seeds in dbt fusion
* test-warehouse: pin on version 30 for now
* fix test
* bugfix to fix_seed_if_needed
* get_user_creation_query: update not to use continue as it's not supported in fusion
* remove fusion version limitation
* fix var name
* agate_to_dict -> dbt_object_to_dict
* upload_dbt_models: fix checksum
* remove package lock
* ignore package-lock in the root folder
* rename function
* fix selector regex to also support =
* test-warehouse: remove wrong awk use
* bugfix
* bugfix
* bugfix - use correct flatten macro for test parent nodes
* skip another exposures validity test in dbt fusion
* bugfix
0 commit comments