dbt-postgres 1.10.0__tar.gz → 1.10.0b2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dbt_postgres-1.10.0b2/.changes/1.10.0/Dependencies-20251007-123129.yaml +6 -0
- dbt_postgres-1.10.0b2/.changes/1.10.0/Dependencies-20251028-175530.yaml +6 -0
- dbt_postgres-1.10.0b2/.changes/1.10.0/Features-20250910-131410.yaml +6 -0
- dbt_postgres-1.10.0b2/.changes/1.10.0/Features-20251029-164109.yaml +6 -0
- dbt_postgres-1.10.0b2/.changes/1.10.0/Fixes-20250408-104218.yaml +6 -0
- dbt_postgres-1.10.0b2/.changes/1.10.0/Fixes-20250810-112403.yaml +6 -0
- dbt_postgres-1.10.0b2/.changes/1.10.0/Under the Hood-20241201-122244.yaml +6 -0
- dbt_postgres-1.10.0b2/.changes/1.10.0/Under the Hood-20250506-162028.yaml +6 -0
- dbt_postgres-1.10.0b2/.changes/1.10.0/Under the Hood-20251031-100926.yaml +6 -0
- dbt_postgres-1.10.0/.changes/1.9.1.md → dbt_postgres-1.10.0b2/.changes/1.10.0-b1.md +9 -1
- dbt_postgres-1.10.0b2/.changes/1.10.0-b2.md +13 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/CHANGELOG.md +11 -22
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/PKG-INFO +2 -3
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/pyproject.toml +1 -2
- dbt_postgres-1.10.0b2/src/dbt/adapters/postgres/__version__.py +1 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/connections.py +0 -3
- dbt_postgres-1.10.0b2/src/dbt/include/postgres/macros/utils/columns_spec_ddl.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_sample_mode.py +0 -2
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/functions/test_udfs.py +0 -10
- dbt_postgres-1.10.0/.changes/1.10.0.md +0 -34
- dbt_postgres-1.10.0/src/dbt/adapters/postgres/__version__.py +0 -1
- dbt_postgres-1.10.0/src/dbt/include/postgres/macros/materializations/functions/scalar.sql +0 -12
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/.changes/0.0.0.md +0 -0
- /dbt_postgres-1.10.0/.changes/unreleased/.gitkeep → /dbt_postgres-1.10.0b2/.changes/1.9.0-b1.md +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/.changes/1.9.0.md +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/.changes/header.tpl.md +0 -0
- /dbt_postgres-1.10.0/src/dbt/include/postgres/macros/utils/columns_spec_ddl.sql → /dbt_postgres-1.10.0b2/.changes/unreleased/.gitkeep +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/.changie.yaml +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/.gitignore +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/CONTRIBUTING.md +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/LICENSE +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/README.md +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/docker/Dockerfile +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/docker/README.md +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/docker/dev.Dockerfile +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/hatch.toml +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/scripts/psycopg2-check.sh +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/scripts/setup_test_database.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/scripts/update_dev_dependency_branches.sh +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/__init__.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/__init__.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/column.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/impl.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/record/__init__.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/record/cursor/cursor.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/record/cursor/status.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/record/handle.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/relation.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/relation_configs/__init__.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/relation_configs/constants.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/relation_configs/index.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/relation_configs/materialized_view.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/__init__.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/dbt_project.yml +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/adapters.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/catalog.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/materializations/incremental_strategies.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/materializations/snapshot_merge.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/materialized_view/alter.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/materialized_view/create.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/materialized_view/describe.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/materialized_view/drop.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/materialized_view/refresh.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/materialized_view/rename.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/table/drop.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/table/rename.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/table/replace.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/view/drop.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/view/rename.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/view/replace.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/timestamps.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/utils/any_value.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/utils/dateadd.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/utils/datediff.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/utils/last_day.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/utils/listagg.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/utils/split_part.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/profile_template.yml +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/sample_profiles.yml +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/test.env.example +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/conftest.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/README.md +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/__init__.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/__init__.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_aliases.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_basic.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_caching.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_clone.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_column_types.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_concurrency.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_constraints.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_data_types.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_debug.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_empty.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_ephemeral.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_grants.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_hooks/data/seed_model.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_hooks/data/seed_run.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_hooks/test_hooks.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_incremental.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_incremental_microbatch.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_persist_docs.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_query_comment.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_relations.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_show.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_simple_copy.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_simple_seed/seed_bom.csv +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_simple_seed/test_simple_seed.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_simple_snapshot.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_store_test_failures.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_unit_testing.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_utils.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/data/seed-initial.csv +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/data/seed-update.csv +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/data/summary_expected.csv +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/data/summary_expected_update.csv +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/data/varchar10_seed.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/data/varchar300_seed.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/test_basic.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/test_invalid_reference.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/test_jaffle_shop.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/test_mixed_case_db.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/test_project.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/test_simple_reference.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/test_varchar_widening.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/compile/fixtures.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/compile/test_compile.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/conftest.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/contracts/test_contract_enforcement.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/contracts/test_contract_precision.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/contracts/test_nonstandard_data_type.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/custom_aliases/fixtures.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/custom_aliases/test_custom_aliases.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/custom_singular_tests/data/seed_expected.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/custom_singular_tests/test_custom_singular_tests.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/dbt_debug/test_dbt_debug.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/dbt_runner.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/exit_codes/fixtures.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/exit_codes/test_exit_codes.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/exposures/fixtures.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/exposures/test_exposure_configs.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/exposures/test_exposures.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/graph_selection/test_graph_selection.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/graph_selection/test_group_selection.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/graph_selection/test_intersection_syntax.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/graph_selection/test_schema_test_graph_selection.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/graph_selection/test_tag_selection.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/graph_selection/test_version_selection.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/incremental_schema_tests/fixtures.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/incremental_schema_tests/test_incremental_schema.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/invalid_model_tests/test_invalid_models.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/invalid_model_tests/test_model_warning.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/macros/data/seed.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/macros/fixtures.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/macros/package_macro_overrides/dbt_project.yml +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/macros/package_macro_overrides/macros/macros.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/macros/test_macros.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/materializations/conftest.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/materializations/fixtures.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/materializations/materialized_view_tests/test_materialized_view.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/materializations/materialized_view_tests/test_postgres_materialized_view.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/materializations/materialized_view_tests/utils.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/materializations/test_incremental.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/materializations/test_runtime_materialization.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/materializations/test_supported_languages.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/postgres/fixtures.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/postgres/test_indexes.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/__init__.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/dbt_integration/__init__.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/dbt_integration/macros/do_something.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/dbt_integration/models/incremental.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/dbt_integration/models/table.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/dbt_integration/models/view.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/dbt_integration/schemas/project.yml +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/dbt_integration/schemas/schema.yml +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/__init__.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/data/seed.csv +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/data/summary_expected.csv +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/models/alternative_users.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/models/base_users.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/models/emails.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/models/emails_alt.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/models/nested_users.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/models/never_selected.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/models/subdir.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/models/users.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/models/users_rollup.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/models/users_rollup_dependency.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/schemas/patch_path_selection.yml +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/schemas/properties.yml +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/schemas/schema.yml +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/__init__.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/data/raw_customers.csv +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/data/raw_orders.csv +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/data/raw_payments.csv +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/docs/docs.md +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/docs/overview.md +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/models/customers.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/models/orders.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/schemas/jaffle_shop.yml +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/schemas/staging.yml +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/staging/stg_customers.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/staging/stg_orders.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/staging/stg_payments.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/utils.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/schema/fixtures/macros.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/schema/fixtures/sql.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/schema/test_custom_schema.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/selected_resources/fixtures.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/selected_resources/test_selected_resources.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/semantic_models/fixtures.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/semantic_models/test_semantic_model_configs.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/semantic_models/test_semantic_model_parsing.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/semantic_models/test_semantic_models.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/show/fixtures.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/show/test_show.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/sources/common_source_setup.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/sources/data/seed.sql +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/sources/fixtures.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/sources/test_simple_source.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/sources/test_source_configs.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/sources/test_source_fresher_state.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/sources/test_source_freshness.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/statements/fixtures.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/statements/test_statements.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_access.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_analyses.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_catalog.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_clean.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_colors.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_column_quotes.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_config.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_connection_manager.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_custom_target_path.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_cycles.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_default_selectors.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_events.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_external_reference.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_fail_fast.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_multiple_indexes.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_ref_override.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_relation_name.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_severity.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_store_test_failures.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_thread_count.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_timezones.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_types.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_unlogged_table.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/unit_testing/fixtures.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/unit_testing/test_csv_fixtures.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/unit_testing/test_state.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/unit_testing/test_unit_testing.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/unit_testing/test_ut_dependency.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/unit_testing/test_ut_sources.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/utils.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/unit/test_adapter.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/unit/test_adapter_conversions.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/unit/test_connection.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/unit/test_filter_catalog.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/unit/test_materialized_view.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/unit/test_renamed_relations.py +0 -0
- {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/unit/utils.py +0 -0
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
## dbt-postgres 1.
|
|
1
|
+
## dbt-postgres 1.10.0-b1 - October 07, 2025
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- Initial UDF support for postgres ([#1268](https://github.com/dbt-labs/dbt-adapters/issues/1268))
|
|
2
6
|
|
|
3
7
|
### Fixes
|
|
4
8
|
|
|
@@ -10,6 +14,10 @@
|
|
|
10
14
|
- Migrate to a monorepo in dbt-adapters ([#176](https://github.com/dbt-labs/dbt-adapters/issues/176))
|
|
11
15
|
- Expand snapshot testing. ([#1068](https://github.com/dbt-labs/dbt-adapters/issues/1068))
|
|
12
16
|
|
|
17
|
+
### Dependencies
|
|
18
|
+
|
|
19
|
+
- Move minimum dbt-core to \`1.8.0rc1\` in order to allow for pre-releases of dbt-core ([#1373](https://github.com/dbt-labs/dbt-adapters/pull/1373))
|
|
20
|
+
|
|
13
21
|
### Contributors
|
|
14
22
|
- [@michalc](https://github.com/michalc) ([#657](https://github.com/dbt-labs/dbt-adapters/issues/657))
|
|
15
23
|
- [@mikealfare](https://github.com/mikealfare) ([#176](https://github.com/dbt-labs/dbt-adapters/issues/176))
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
## dbt-postgres 1.10.0-b2 - November 04, 2025
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- Support volatility setting for sql UDFs ([#1345](https://github.com/dbt-labs/dbt-adapters/issues/1345))
|
|
6
|
+
|
|
7
|
+
### Under the Hood
|
|
8
|
+
|
|
9
|
+
- Test handling of unknown function macro lookup ([#1344](https://github.com/dbt-labs/dbt-adapters/issues/1344))
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
- Drop support for python 3.9 ([#1412](https://github.com/dbt-labs/dbt-adapters/pull/1412))
|
|
@@ -10,43 +10,27 @@ and is generated by [Changie](https://github.com/miniscruff/changie)
|
|
|
10
10
|
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie)
|
|
11
11
|
- For details on how to document a change, see the [contributing guide](/CONTRIBUTING.md#changelog-entry)
|
|
12
12
|
|
|
13
|
-
## dbt-postgres 1.10.0 -
|
|
13
|
+
## dbt-postgres 1.10.0-b2 - November 04, 2025
|
|
14
14
|
|
|
15
15
|
### Features
|
|
16
16
|
|
|
17
|
-
- Initial UDF support for postgres ([#1268](https://github.com/dbt-labs/dbt-adapters/issues/1268))
|
|
18
17
|
- Support volatility setting for sql UDFs ([#1345](https://github.com/dbt-labs/dbt-adapters/issues/1345))
|
|
19
|
-
- Add support for UDF default arguments ([#1442](https://github.com/dbt-labs/dbt-adapters/issues/1442))
|
|
20
|
-
- Add support for py3.13 ([#1475](https://github.com/dbt-labs/dbt-adapters/issues/1475))
|
|
21
|
-
|
|
22
|
-
### Fixes
|
|
23
|
-
|
|
24
|
-
- dbt-postgres no longer emits two BEGIN statements ([#9434](https://github.com/dbt-labs/dbt-adapters/issues/9434))
|
|
25
|
-
- `datetime.datetime.utcnow()` is deprecated as of Python 3.12 ([#980](https://github.com/dbt-labs/dbt-adapters/issues/980))
|
|
26
|
-
- Optimize extremely slow query that uses a high amount of temporary disk space to find relations ([#657](https://github.com/dbt-labs/dbt-adapters/issues/657))
|
|
27
18
|
|
|
28
19
|
### Under the Hood
|
|
29
20
|
|
|
30
|
-
- Migrate to a monorepo in dbt-adapters ([#176](https://github.com/dbt-labs/dbt-adapters/issues/176))
|
|
31
|
-
- Expand snapshot testing. ([#1068](https://github.com/dbt-labs/dbt-adapters/issues/1068))
|
|
32
21
|
- Test handling of unknown function macro lookup ([#1344](https://github.com/dbt-labs/dbt-adapters/issues/1344))
|
|
33
|
-
- Begin testing that python UDFs aren't supported ([#1410](https://github.com/dbt-labs/dbt-adapters/issues/1410))
|
|
34
22
|
|
|
35
23
|
### Dependencies
|
|
36
24
|
|
|
37
|
-
- Move minimum dbt-core to \`1.8.0rc1\` in order to allow for pre-releases of dbt-core ([#1373](https://github.com/dbt-labs/dbt-adapters/pull/1373))
|
|
38
25
|
- Drop support for python 3.9 ([#1412](https://github.com/dbt-labs/dbt-adapters/pull/1412))
|
|
39
|
-
- Drop support for python 3.9 ([#1412](https://github.com/dbt-labs/dbt-adapters/pull/1412))
|
|
40
|
-
- Bump minimum dbt-adapters to 1.19.0 ([#1421](https://github.com/dbt-labs/dbt-adapters/pull/1421))
|
|
41
26
|
|
|
42
|
-
### Contributors
|
|
43
|
-
- [@michalc](https://github.com/michalc) ([#657](https://github.com/dbt-labs/dbt-adapters/issues/657))
|
|
44
|
-
- [@mikealfare](https://github.com/mikealfare) ([#176](https://github.com/dbt-labs/dbt-adapters/issues/176))
|
|
45
|
-
- [@peterallenwebb](https://github.com/peterallenwebb) ([#1068](https://github.com/dbt-labs/dbt-adapters/issues/1068))
|
|
46
|
-
- [@rjspotter](https://github.com/rjspotter) ([#9434](https://github.com/dbt-labs/dbt-adapters/issues/9434))
|
|
47
27
|
|
|
48
28
|
|
|
49
|
-
## dbt-postgres 1.
|
|
29
|
+
## dbt-postgres 1.10.0-b1 - October 07, 2025
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
- Initial UDF support for postgres ([#1268](https://github.com/dbt-labs/dbt-adapters/issues/1268))
|
|
50
34
|
|
|
51
35
|
### Fixes
|
|
52
36
|
|
|
@@ -58,6 +42,10 @@ and is generated by [Changie](https://github.com/miniscruff/changie)
|
|
|
58
42
|
- Migrate to a monorepo in dbt-adapters ([#176](https://github.com/dbt-labs/dbt-adapters/issues/176))
|
|
59
43
|
- Expand snapshot testing. ([#1068](https://github.com/dbt-labs/dbt-adapters/issues/1068))
|
|
60
44
|
|
|
45
|
+
### Dependencies
|
|
46
|
+
|
|
47
|
+
- Move minimum dbt-core to \`1.8.0rc1\` in order to allow for pre-releases of dbt-core ([#1373](https://github.com/dbt-labs/dbt-adapters/pull/1373))
|
|
48
|
+
|
|
61
49
|
### Contributors
|
|
62
50
|
- [@michalc](https://github.com/michalc) ([#657](https://github.com/dbt-labs/dbt-adapters/issues/657))
|
|
63
51
|
- [@mikealfare](https://github.com/mikealfare) ([#176](https://github.com/dbt-labs/dbt-adapters/issues/176))
|
|
@@ -99,6 +87,7 @@ and is generated by [Changie](https://github.com/miniscruff/changie)
|
|
|
99
87
|
- [@peterallenwebb](https://github.com/peterallenwebb) ([#123](https://github.com/dbt-labs/dbt-postgres/issues/123))
|
|
100
88
|
- [@versusfacit](https://github.com/versusfacit) ([#85](https://github.com/dbt-labs/dbt-postgres/issues/85))
|
|
101
89
|
|
|
90
|
+
|
|
102
91
|
## Previous Releases
|
|
103
92
|
For information on prior major and minor releases, see their changelogs:
|
|
104
93
|
- [1.8](https://github.com/dbt-labs/dbt-postgres/blob/1.8.latest/CHANGELOG.md)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dbt-postgres
|
|
3
|
-
Version: 1.10.
|
|
3
|
+
Version: 1.10.0b2
|
|
4
4
|
Summary: The set of adapter protocols and base functionality that supports integration with dbt-core
|
|
5
5
|
Project-URL: Homepage, https://github.com/dbt-labs/dbt-adapters/tree/main/dbt-postgres
|
|
6
6
|
Project-URL: Documentation, https://docs.getdbt.com
|
|
@@ -19,10 +19,9 @@ Classifier: Operating System :: POSIX :: Linux
|
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.10
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
|
22
|
-
Classifier: Programming Language :: Python :: 3.13
|
|
23
22
|
Requires-Python: >=3.10.0
|
|
24
23
|
Requires-Dist: agate<2.0,>=1.0
|
|
25
|
-
Requires-Dist: dbt-adapters<2.0,>=1.
|
|
24
|
+
Requires-Dist: dbt-adapters<2.0,>=1.7.0
|
|
26
25
|
Requires-Dist: dbt-common<2.0,>=1.0.4
|
|
27
26
|
Requires-Dist: dbt-core>=1.8.0rc1
|
|
28
27
|
Requires-Dist: psycopg2-binary<3.0,>=2.9
|
|
@@ -24,11 +24,10 @@ classifiers = [
|
|
|
24
24
|
"Programming Language :: Python :: 3.10",
|
|
25
25
|
"Programming Language :: Python :: 3.11",
|
|
26
26
|
"Programming Language :: Python :: 3.12",
|
|
27
|
-
"Programming Language :: Python :: 3.13",
|
|
28
27
|
]
|
|
29
28
|
dependencies = [
|
|
30
29
|
"psycopg2-binary>=2.9,<3.0",
|
|
31
|
-
"dbt-adapters>=1.
|
|
30
|
+
"dbt-adapters>=1.7.0,<2.0",
|
|
32
31
|
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
|
|
33
32
|
"dbt-core>=1.8.0rc1",
|
|
34
33
|
# installed via dbt-adapters but used directly
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
version = "1.10.0b2"
|
|
@@ -203,9 +203,6 @@ class PostgresConnectionManager(SQLConnectionManager):
|
|
|
203
203
|
|
|
204
204
|
logger.debug("Cancel query '{}': {}".format(connection_name, res))
|
|
205
205
|
|
|
206
|
-
def add_begin_query(self):
|
|
207
|
-
pass
|
|
208
|
-
|
|
209
206
|
@classmethod
|
|
210
207
|
def get_credentials(cls, credentials):
|
|
211
208
|
return credentials
|
|
File without changes
|
|
@@ -4,8 +4,6 @@ from dbt.tests.adapter.functions.test_udfs import (
|
|
|
4
4
|
StableUDF,
|
|
5
5
|
NonDeterministicUDF,
|
|
6
6
|
ErrorForUnsupportedType,
|
|
7
|
-
PythonUDFNotSupported,
|
|
8
|
-
SqlUDFDefaultArgSupport,
|
|
9
7
|
)
|
|
10
8
|
|
|
11
9
|
|
|
@@ -27,11 +25,3 @@ class TestPostgresNonDeterministicUDFs(NonDeterministicUDF):
|
|
|
27
25
|
|
|
28
26
|
class TestPostgresErrorForUnsupportedType(ErrorForUnsupportedType):
|
|
29
27
|
pass
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
class TestPostgresPythonUDFNotSupported(PythonUDFNotSupported):
|
|
33
|
-
pass
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
class TestPostgresDefaultArgsSupportSQLUDFs(SqlUDFDefaultArgSupport):
|
|
37
|
-
expect_default_arg_support = True
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
## dbt-postgres 1.10.0 - December 22, 2025
|
|
2
|
-
|
|
3
|
-
### Features
|
|
4
|
-
|
|
5
|
-
- Initial UDF support for postgres ([#1268](https://github.com/dbt-labs/dbt-adapters/issues/1268))
|
|
6
|
-
- Support volatility setting for sql UDFs ([#1345](https://github.com/dbt-labs/dbt-adapters/issues/1345))
|
|
7
|
-
- Add support for UDF default arguments ([#1442](https://github.com/dbt-labs/dbt-adapters/issues/1442))
|
|
8
|
-
- Add support for py3.13 ([#1475](https://github.com/dbt-labs/dbt-adapters/issues/1475))
|
|
9
|
-
|
|
10
|
-
### Fixes
|
|
11
|
-
|
|
12
|
-
- dbt-postgres no longer emits two BEGIN statements ([#9434](https://github.com/dbt-labs/dbt-adapters/issues/9434))
|
|
13
|
-
- `datetime.datetime.utcnow()` is deprecated as of Python 3.12 ([#980](https://github.com/dbt-labs/dbt-adapters/issues/980))
|
|
14
|
-
- Optimize extremely slow query that uses a high amount of temporary disk space to find relations ([#657](https://github.com/dbt-labs/dbt-adapters/issues/657))
|
|
15
|
-
|
|
16
|
-
### Under the Hood
|
|
17
|
-
|
|
18
|
-
- Migrate to a monorepo in dbt-adapters ([#176](https://github.com/dbt-labs/dbt-adapters/issues/176))
|
|
19
|
-
- Expand snapshot testing. ([#1068](https://github.com/dbt-labs/dbt-adapters/issues/1068))
|
|
20
|
-
- Test handling of unknown function macro lookup ([#1344](https://github.com/dbt-labs/dbt-adapters/issues/1344))
|
|
21
|
-
- Begin testing that python UDFs aren't supported ([#1410](https://github.com/dbt-labs/dbt-adapters/issues/1410))
|
|
22
|
-
|
|
23
|
-
### Dependencies
|
|
24
|
-
|
|
25
|
-
- Move minimum dbt-core to \`1.8.0rc1\` in order to allow for pre-releases of dbt-core ([#1373](https://github.com/dbt-labs/dbt-adapters/pull/1373))
|
|
26
|
-
- Drop support for python 3.9 ([#1412](https://github.com/dbt-labs/dbt-adapters/pull/1412))
|
|
27
|
-
- Drop support for python 3.9 ([#1412](https://github.com/dbt-labs/dbt-adapters/pull/1412))
|
|
28
|
-
- Bump minimum dbt-adapters to 1.19.0 ([#1421](https://github.com/dbt-labs/dbt-adapters/pull/1421))
|
|
29
|
-
|
|
30
|
-
### Contributors
|
|
31
|
-
- [@michalc](https://github.com/michalc) ([#657](https://github.com/dbt-labs/dbt-adapters/issues/657))
|
|
32
|
-
- [@mikealfare](https://github.com/mikealfare) ([#176](https://github.com/dbt-labs/dbt-adapters/issues/176))
|
|
33
|
-
- [@peterallenwebb](https://github.com/peterallenwebb) ([#1068](https://github.com/dbt-labs/dbt-adapters/issues/1068))
|
|
34
|
-
- [@rjspotter](https://github.com/rjspotter) ([#9434](https://github.com/dbt-labs/dbt-adapters/issues/9434))
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
version = "1.10.0"
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{% macro postgres__formatted_scalar_function_args_sql() %}
|
|
2
|
-
{% set args = [] %}
|
|
3
|
-
{% for arg in model.arguments -%}
|
|
4
|
-
{% set default_value = arg.get('default_value', none) %}
|
|
5
|
-
{% if default_value != none %}
|
|
6
|
-
{%- do args.append(arg.name ~ ' ' ~ arg.data_type ~ ' DEFAULT ' ~ default_value) -%}
|
|
7
|
-
{% else %}
|
|
8
|
-
{%- do args.append(arg.name ~ ' ' ~ arg.data_type) -%}
|
|
9
|
-
{% endif %}
|
|
10
|
-
{%- endfor %}
|
|
11
|
-
{{ args | join(', ') }}
|
|
12
|
-
{% endmacro %}
|
|
File without changes
|
/dbt_postgres-1.10.0/.changes/unreleased/.gitkeep → /dbt_postgres-1.10.0b2/.changes/1.9.0-b1.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/record/cursor/cursor.py
RENAMED
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/record/cursor/status.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/relation_configs/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/relation_configs/index.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/timestamps.sql
RENAMED
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/utils/any_value.sql
RENAMED
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/utils/dateadd.sql
RENAMED
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/utils/datediff.sql
RENAMED
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/utils/last_day.sql
RENAMED
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/utils/listagg.sql
RENAMED
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/utils/split_part.sql
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_hooks/data/seed_run.sql
RENAMED
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_hooks/test_hooks.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_query_comment.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_simple_seed/seed_bom.csv
RENAMED
|
File without changes
|
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_simple_snapshot.py
RENAMED
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_store_test_failures.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/data/summary_expected.csv
RENAMED
|
File without changes
|
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/data/varchar10_seed.sql
RENAMED
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/data/varchar300_seed.sql
RENAMED
|
File without changes
|
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/test_invalid_reference.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/test_simple_reference.py
RENAMED
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/test_varchar_widening.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/contracts/test_contract_precision.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/custom_aliases/test_custom_aliases.py
RENAMED
|
File without changes
|