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.
Files changed (263) hide show
  1. dbt_postgres-1.10.0b2/.changes/1.10.0/Dependencies-20251007-123129.yaml +6 -0
  2. dbt_postgres-1.10.0b2/.changes/1.10.0/Dependencies-20251028-175530.yaml +6 -0
  3. dbt_postgres-1.10.0b2/.changes/1.10.0/Features-20250910-131410.yaml +6 -0
  4. dbt_postgres-1.10.0b2/.changes/1.10.0/Features-20251029-164109.yaml +6 -0
  5. dbt_postgres-1.10.0b2/.changes/1.10.0/Fixes-20250408-104218.yaml +6 -0
  6. dbt_postgres-1.10.0b2/.changes/1.10.0/Fixes-20250810-112403.yaml +6 -0
  7. dbt_postgres-1.10.0b2/.changes/1.10.0/Under the Hood-20241201-122244.yaml +6 -0
  8. dbt_postgres-1.10.0b2/.changes/1.10.0/Under the Hood-20250506-162028.yaml +6 -0
  9. dbt_postgres-1.10.0b2/.changes/1.10.0/Under the Hood-20251031-100926.yaml +6 -0
  10. dbt_postgres-1.10.0/.changes/1.9.1.md → dbt_postgres-1.10.0b2/.changes/1.10.0-b1.md +9 -1
  11. dbt_postgres-1.10.0b2/.changes/1.10.0-b2.md +13 -0
  12. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/CHANGELOG.md +11 -22
  13. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/PKG-INFO +2 -3
  14. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/pyproject.toml +1 -2
  15. dbt_postgres-1.10.0b2/src/dbt/adapters/postgres/__version__.py +1 -0
  16. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/connections.py +0 -3
  17. dbt_postgres-1.10.0b2/src/dbt/include/postgres/macros/utils/columns_spec_ddl.sql +0 -0
  18. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_sample_mode.py +0 -2
  19. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/functions/test_udfs.py +0 -10
  20. dbt_postgres-1.10.0/.changes/1.10.0.md +0 -34
  21. dbt_postgres-1.10.0/src/dbt/adapters/postgres/__version__.py +0 -1
  22. dbt_postgres-1.10.0/src/dbt/include/postgres/macros/materializations/functions/scalar.sql +0 -12
  23. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/.changes/0.0.0.md +0 -0
  24. /dbt_postgres-1.10.0/.changes/unreleased/.gitkeep → /dbt_postgres-1.10.0b2/.changes/1.9.0-b1.md +0 -0
  25. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/.changes/1.9.0.md +0 -0
  26. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/.changes/header.tpl.md +0 -0
  27. /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
  28. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/.changie.yaml +0 -0
  29. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/.gitignore +0 -0
  30. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/CONTRIBUTING.md +0 -0
  31. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/LICENSE +0 -0
  32. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/README.md +0 -0
  33. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/docker/Dockerfile +0 -0
  34. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/docker/README.md +0 -0
  35. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/docker/dev.Dockerfile +0 -0
  36. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/hatch.toml +0 -0
  37. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/scripts/psycopg2-check.sh +0 -0
  38. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/scripts/setup_test_database.sql +0 -0
  39. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/scripts/update_dev_dependency_branches.sh +0 -0
  40. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/__init__.py +0 -0
  41. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/__init__.py +0 -0
  42. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/column.py +0 -0
  43. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/impl.py +0 -0
  44. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/record/__init__.py +0 -0
  45. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/record/cursor/cursor.py +0 -0
  46. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/record/cursor/status.py +0 -0
  47. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/record/handle.py +0 -0
  48. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/relation.py +0 -0
  49. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/relation_configs/__init__.py +0 -0
  50. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/relation_configs/constants.py +0 -0
  51. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/relation_configs/index.py +0 -0
  52. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/adapters/postgres/relation_configs/materialized_view.py +0 -0
  53. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/__init__.py +0 -0
  54. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/dbt_project.yml +0 -0
  55. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/adapters.sql +0 -0
  56. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/catalog.sql +0 -0
  57. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/materializations/incremental_strategies.sql +0 -0
  58. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/materializations/snapshot_merge.sql +0 -0
  59. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/materialized_view/alter.sql +0 -0
  60. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/materialized_view/create.sql +0 -0
  61. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/materialized_view/describe.sql +0 -0
  62. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/materialized_view/drop.sql +0 -0
  63. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/materialized_view/refresh.sql +0 -0
  64. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/materialized_view/rename.sql +0 -0
  65. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/table/drop.sql +0 -0
  66. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/table/rename.sql +0 -0
  67. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/table/replace.sql +0 -0
  68. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/view/drop.sql +0 -0
  69. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/view/rename.sql +0 -0
  70. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations/view/replace.sql +0 -0
  71. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/relations.sql +0 -0
  72. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/timestamps.sql +0 -0
  73. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/utils/any_value.sql +0 -0
  74. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/utils/dateadd.sql +0 -0
  75. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/utils/datediff.sql +0 -0
  76. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/utils/last_day.sql +0 -0
  77. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/utils/listagg.sql +0 -0
  78. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/macros/utils/split_part.sql +0 -0
  79. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/profile_template.yml +0 -0
  80. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/src/dbt/include/postgres/sample_profiles.yml +0 -0
  81. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/test.env.example +0 -0
  82. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/conftest.py +0 -0
  83. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/README.md +0 -0
  84. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/__init__.py +0 -0
  85. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/__init__.py +0 -0
  86. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_aliases.py +0 -0
  87. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_basic.py +0 -0
  88. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_caching.py +0 -0
  89. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_clone.py +0 -0
  90. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_column_types.py +0 -0
  91. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_concurrency.py +0 -0
  92. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_constraints.py +0 -0
  93. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_data_types.py +0 -0
  94. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_debug.py +0 -0
  95. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_empty.py +0 -0
  96. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_ephemeral.py +0 -0
  97. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_grants.py +0 -0
  98. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_hooks/data/seed_model.sql +0 -0
  99. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_hooks/data/seed_run.sql +0 -0
  100. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_hooks/test_hooks.py +0 -0
  101. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_incremental.py +0 -0
  102. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_incremental_microbatch.py +0 -0
  103. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_persist_docs.py +0 -0
  104. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_query_comment.py +0 -0
  105. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_relations.py +0 -0
  106. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_show.py +0 -0
  107. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_simple_copy.py +0 -0
  108. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_simple_seed/seed_bom.csv +0 -0
  109. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_simple_seed/test_simple_seed.py +0 -0
  110. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_simple_snapshot.py +0 -0
  111. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_store_test_failures.py +0 -0
  112. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_unit_testing.py +0 -0
  113. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/adapter/test_utils.py +0 -0
  114. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/data/seed-initial.csv +0 -0
  115. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/data/seed-update.csv +0 -0
  116. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/data/summary_expected.csv +0 -0
  117. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/data/summary_expected_update.csv +0 -0
  118. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/data/varchar10_seed.sql +0 -0
  119. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/data/varchar300_seed.sql +0 -0
  120. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/test_basic.py +0 -0
  121. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/test_invalid_reference.py +0 -0
  122. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/test_jaffle_shop.py +0 -0
  123. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/test_mixed_case_db.py +0 -0
  124. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/test_project.py +0 -0
  125. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/test_simple_reference.py +0 -0
  126. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/basic/test_varchar_widening.py +0 -0
  127. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/compile/fixtures.py +0 -0
  128. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/compile/test_compile.py +0 -0
  129. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/conftest.py +0 -0
  130. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/contracts/test_contract_enforcement.py +0 -0
  131. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/contracts/test_contract_precision.py +0 -0
  132. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/contracts/test_nonstandard_data_type.py +0 -0
  133. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/custom_aliases/fixtures.py +0 -0
  134. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/custom_aliases/test_custom_aliases.py +0 -0
  135. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/custom_singular_tests/data/seed_expected.sql +0 -0
  136. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/custom_singular_tests/test_custom_singular_tests.py +0 -0
  137. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/dbt_debug/test_dbt_debug.py +0 -0
  138. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/dbt_runner.py +0 -0
  139. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/exit_codes/fixtures.py +0 -0
  140. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/exit_codes/test_exit_codes.py +0 -0
  141. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/exposures/fixtures.py +0 -0
  142. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/exposures/test_exposure_configs.py +0 -0
  143. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/exposures/test_exposures.py +0 -0
  144. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/graph_selection/test_graph_selection.py +0 -0
  145. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/graph_selection/test_group_selection.py +0 -0
  146. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/graph_selection/test_intersection_syntax.py +0 -0
  147. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/graph_selection/test_schema_test_graph_selection.py +0 -0
  148. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/graph_selection/test_tag_selection.py +0 -0
  149. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/graph_selection/test_version_selection.py +0 -0
  150. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/incremental_schema_tests/fixtures.py +0 -0
  151. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/incremental_schema_tests/test_incremental_schema.py +0 -0
  152. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/invalid_model_tests/test_invalid_models.py +0 -0
  153. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/invalid_model_tests/test_model_warning.py +0 -0
  154. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/macros/data/seed.sql +0 -0
  155. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/macros/fixtures.py +0 -0
  156. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/macros/package_macro_overrides/dbt_project.yml +0 -0
  157. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/macros/package_macro_overrides/macros/macros.sql +0 -0
  158. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/macros/test_macros.py +0 -0
  159. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/materializations/conftest.py +0 -0
  160. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/materializations/fixtures.py +0 -0
  161. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/materializations/materialized_view_tests/test_materialized_view.py +0 -0
  162. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/materializations/materialized_view_tests/test_postgres_materialized_view.py +0 -0
  163. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/materializations/materialized_view_tests/utils.py +0 -0
  164. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/materializations/test_incremental.py +0 -0
  165. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/materializations/test_runtime_materialization.py +0 -0
  166. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/materializations/test_supported_languages.py +0 -0
  167. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/postgres/fixtures.py +0 -0
  168. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/postgres/test_indexes.py +0 -0
  169. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/__init__.py +0 -0
  170. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/dbt_integration/__init__.py +0 -0
  171. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/dbt_integration/macros/do_something.sql +0 -0
  172. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/dbt_integration/models/incremental.sql +0 -0
  173. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/dbt_integration/models/table.sql +0 -0
  174. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/dbt_integration/models/view.sql +0 -0
  175. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/dbt_integration/schemas/project.yml +0 -0
  176. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/dbt_integration/schemas/schema.yml +0 -0
  177. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/__init__.py +0 -0
  178. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/data/seed.csv +0 -0
  179. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/data/summary_expected.csv +0 -0
  180. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/models/alternative_users.sql +0 -0
  181. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/models/base_users.sql +0 -0
  182. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/models/emails.sql +0 -0
  183. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/models/emails_alt.sql +0 -0
  184. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/models/nested_users.sql +0 -0
  185. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/models/never_selected.sql +0 -0
  186. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/models/subdir.sql +0 -0
  187. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/models/users.sql +0 -0
  188. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/models/users_rollup.sql +0 -0
  189. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/models/users_rollup_dependency.sql +0 -0
  190. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/schemas/patch_path_selection.yml +0 -0
  191. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/schemas/properties.yml +0 -0
  192. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/graph_selection/schemas/schema.yml +0 -0
  193. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/__init__.py +0 -0
  194. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/data/raw_customers.csv +0 -0
  195. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/data/raw_orders.csv +0 -0
  196. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/data/raw_payments.csv +0 -0
  197. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/docs/docs.md +0 -0
  198. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/docs/overview.md +0 -0
  199. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/models/customers.sql +0 -0
  200. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/models/orders.sql +0 -0
  201. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/schemas/jaffle_shop.yml +0 -0
  202. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/schemas/staging.yml +0 -0
  203. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/staging/stg_customers.sql +0 -0
  204. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/staging/stg_orders.sql +0 -0
  205. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/jaffle_shop/staging/stg_payments.sql +0 -0
  206. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/projects/utils.py +0 -0
  207. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/schema/fixtures/macros.py +0 -0
  208. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/schema/fixtures/sql.py +0 -0
  209. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/schema/test_custom_schema.py +0 -0
  210. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/selected_resources/fixtures.py +0 -0
  211. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/selected_resources/test_selected_resources.py +0 -0
  212. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/semantic_models/fixtures.py +0 -0
  213. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/semantic_models/test_semantic_model_configs.py +0 -0
  214. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/semantic_models/test_semantic_model_parsing.py +0 -0
  215. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/semantic_models/test_semantic_models.py +0 -0
  216. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/show/fixtures.py +0 -0
  217. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/show/test_show.py +0 -0
  218. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/sources/common_source_setup.py +0 -0
  219. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/sources/data/seed.sql +0 -0
  220. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/sources/fixtures.py +0 -0
  221. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/sources/test_simple_source.py +0 -0
  222. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/sources/test_source_configs.py +0 -0
  223. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/sources/test_source_fresher_state.py +0 -0
  224. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/sources/test_source_freshness.py +0 -0
  225. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/statements/fixtures.py +0 -0
  226. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/statements/test_statements.py +0 -0
  227. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_access.py +0 -0
  228. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_analyses.py +0 -0
  229. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_catalog.py +0 -0
  230. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_clean.py +0 -0
  231. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_colors.py +0 -0
  232. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_column_quotes.py +0 -0
  233. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_config.py +0 -0
  234. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_connection_manager.py +0 -0
  235. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_custom_target_path.py +0 -0
  236. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_cycles.py +0 -0
  237. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_default_selectors.py +0 -0
  238. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_events.py +0 -0
  239. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_external_reference.py +0 -0
  240. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_fail_fast.py +0 -0
  241. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_multiple_indexes.py +0 -0
  242. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_ref_override.py +0 -0
  243. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_relation_name.py +0 -0
  244. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_severity.py +0 -0
  245. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_store_test_failures.py +0 -0
  246. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_thread_count.py +0 -0
  247. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_timezones.py +0 -0
  248. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_types.py +0 -0
  249. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/test_unlogged_table.py +0 -0
  250. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/unit_testing/fixtures.py +0 -0
  251. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/unit_testing/test_csv_fixtures.py +0 -0
  252. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/unit_testing/test_state.py +0 -0
  253. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/unit_testing/test_unit_testing.py +0 -0
  254. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/unit_testing/test_ut_dependency.py +0 -0
  255. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/unit_testing/test_ut_sources.py +0 -0
  256. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/functional/utils.py +0 -0
  257. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/unit/test_adapter.py +0 -0
  258. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/unit/test_adapter_conversions.py +0 -0
  259. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/unit/test_connection.py +0 -0
  260. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/unit/test_filter_catalog.py +0 -0
  261. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/unit/test_materialized_view.py +0 -0
  262. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/unit/test_renamed_relations.py +0 -0
  263. {dbt_postgres-1.10.0 → dbt_postgres-1.10.0b2}/tests/unit/utils.py +0 -0
@@ -0,0 +1,6 @@
1
+ kind: Dependencies
2
+ body: Move minimum dbt-core to \`1.8.0rc1\` in order to allow for pre-releases of dbt-core
3
+ time: 2025-10-07T12:31:29.841541-05:00
4
+ custom:
5
+ Author: QMalcolm
6
+ PR: "1373"
@@ -0,0 +1,6 @@
1
+ kind: Dependencies
2
+ body: Drop support for python 3.9
3
+ time: 2025-10-28T17:55:30.076885-05:00
4
+ custom:
5
+ Author: QMalcolm
6
+ PR: "1412"
@@ -0,0 +1,6 @@
1
+ kind: Features
2
+ body: Initial UDF support for postgres
3
+ time: 2025-09-10T13:14:10.926181-07:00
4
+ custom:
5
+ Author: QMalcolm
6
+ Issue: "1268"
@@ -0,0 +1,6 @@
1
+ kind: Features
2
+ body: Support volatility setting for sql UDFs
3
+ time: 2025-10-29T16:41:09.298749-05:00
4
+ custom:
5
+ Author: QMalcolm
6
+ Issue: "1345"
@@ -0,0 +1,6 @@
1
+ kind: Fixes
2
+ body: '`datetime.datetime.utcnow()` is deprecated as of Python 3.12'
3
+ time: 2025-04-08T10:42:18.937024-06:00
4
+ custom:
5
+ Author: dbeatty10
6
+ Issue: "980"
@@ -0,0 +1,6 @@
1
+ kind: Fixes
2
+ body: Optimize extremely slow query that uses a high amount of temporary disk space to find relations
3
+ time: 2025-08-10T11:24:03.521867+01:00
4
+ custom:
5
+ Author: michalc
6
+ Issue: "657"
@@ -0,0 +1,6 @@
1
+ kind: Under the Hood
2
+ body: Migrate to a monorepo in dbt-adapters
3
+ time: 2024-12-01T12:22:44.407931-05:00
4
+ custom:
5
+ Author: mikealfare
6
+ Issue: "176"
@@ -0,0 +1,6 @@
1
+ kind: Under the Hood
2
+ body: Expand snapshot testing.
3
+ time: 2025-05-06T16:20:28.912537-04:00
4
+ custom:
5
+ Author: peterallenwebb
6
+ Issue: "1068"
@@ -0,0 +1,6 @@
1
+ kind: Under the Hood
2
+ body: Test handling of unknown function macro lookup
3
+ time: 2025-10-31T10:09:26.14606-05:00
4
+ custom:
5
+ Author: QMalcolm
6
+ Issue: "1344"
@@ -1,4 +1,8 @@
1
- ## dbt-postgres 1.9.1 - September 05, 2025
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 - December 22, 2025
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.9.1 - September 05, 2025
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.0
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.19.0
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.19.0,<2.0",
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
@@ -1,9 +1,7 @@
1
- import pytest
2
1
  from dbt.tests.adapter.sample_mode.test_sample_mode import (
3
2
  BaseSampleModeTest,
4
3
  )
5
4
 
6
5
 
7
- @pytest.mark.skip(reason="Sample mode is unsupported on 1.9")
8
6
  class TestPostgresSampleMode(BaseSampleModeTest):
9
7
  pass
@@ -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
File without changes