dbt-firebolt 1.9.2__tar.gz → 1.9.4__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 (67) hide show
  1. {dbt_firebolt-1.9.2/dbt_firebolt.egg-info → dbt_firebolt-1.9.4}/PKG-INFO +1 -1
  2. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/adapters/firebolt/__init__.py +1 -1
  3. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4/dbt_firebolt.egg-info}/PKG-INFO +1 -1
  4. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt_firebolt.egg-info/SOURCES.txt +48 -0
  5. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/setup.cfg +5 -0
  6. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/LICENSE +0 -0
  7. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/MANIFEST.in +0 -0
  8. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/README.md +0 -0
  9. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/adapters/firebolt/__version__.py +0 -0
  10. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/adapters/firebolt/column.py +0 -0
  11. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/adapters/firebolt/connections.py +0 -0
  12. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/adapters/firebolt/impl.py +0 -0
  13. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/adapters/firebolt/relation.py +0 -0
  14. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/adapters/firebolt/relation_configs/__init__.py +0 -0
  15. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/__init__.py +0 -0
  16. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/dbt_project.yml +0 -0
  17. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/adapters/apply_grants.sql +0 -0
  18. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/adapters/relation.sql +0 -0
  19. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/adapters.sql +0 -0
  20. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/catalog.sql +0 -0
  21. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/dbt_external_tables/create_external_table.sql +0 -0
  22. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/dbt_external_tables/dropif.sql +0 -0
  23. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/dbt_external_tables/get_external_build_plan.sql +0 -0
  24. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/materializations/clone.sql +0 -0
  25. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/materializations/materialized_view.sql +0 -0
  26. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/materializations/models/incremental/column_helpers.sql +0 -0
  27. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/materializations/models/incremental/incremental.sql +0 -0
  28. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/materializations/models/incremental/is_incremental.sql +0 -0
  29. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/materializations/models/incremental/merge.sql +0 -0
  30. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/materializations/models/incremental/on_schema_change.sql +0 -0
  31. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/materializations/models/incremental/strategies.sql +0 -0
  32. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/materializations/seed.sql +0 -0
  33. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/materializations/snapshot_merge.sql +0 -0
  34. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/materializations/table.sql +0 -0
  35. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/materializations/test.sql +0 -0
  36. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/materializations/view.sql +0 -0
  37. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/relations/materialized_view/alter.sql +0 -0
  38. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/relations/materialized_view/create.sql +0 -0
  39. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/relations/materialized_view/describe.sql +0 -0
  40. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/relations/materialized_view/drop.sql +0 -0
  41. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/relations/materialized_view/refresh.sql +0 -0
  42. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/relations/table/create.sql +0 -0
  43. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/relations/table/drop.sql +0 -0
  44. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/relations/table/rename.sql +0 -0
  45. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/relations/table/replace.sql +0 -0
  46. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/relations/view/create.sql +0 -0
  47. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/relations/view/drop.sql +0 -0
  48. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/relations/view/rename.sql +0 -0
  49. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/relations/view/replace.sql +0 -0
  50. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/utils/array_append.sql +0 -0
  51. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/utils/array_concat.sql +0 -0
  52. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/utils/array_construct.sql +0 -0
  53. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/utils/bool_or.sql +0 -0
  54. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/utils/cast_bool_to_text.sql +0 -0
  55. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/utils/dateadd.sql +0 -0
  56. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/utils/datediff.sql +0 -0
  57. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/utils/except.sql +0 -0
  58. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/utils/intersect.sql +0 -0
  59. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/utils/listagg.sql +0 -0
  60. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/utils/position.sql +0 -0
  61. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/utils/right.sql +0 -0
  62. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/utils/split_part.sql +0 -0
  63. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt/include/firebolt/macros/utils/timestamps.sql +0 -0
  64. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt_firebolt.egg-info/dependency_links.txt +0 -0
  65. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt_firebolt.egg-info/requires.txt +0 -0
  66. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/dbt_firebolt.egg-info/top_level.txt +0 -0
  67. {dbt_firebolt-1.9.2 → dbt_firebolt-1.9.4}/pyproject.toml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dbt_firebolt
3
- Version: 1.9.2
3
+ Version: 1.9.4
4
4
  Summary: The Firebolt adapter plugin for dbt (data build tool)
5
5
  Home-page: https://github.com/firebolt-db/dbt-firebolt
6
6
  Author: Firebolt
@@ -7,7 +7,7 @@ from dbt.adapters.firebolt.connections import (
7
7
  from dbt.adapters.firebolt.impl import FireboltAdapter
8
8
  from dbt.include import firebolt
9
9
 
10
- __version__ = "1.9.2"
10
+ __version__ = "1.9.4"
11
11
 
12
12
  Plugin = AdapterPlugin(
13
13
  adapter=FireboltAdapter, # type: ignore
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dbt_firebolt
3
- Version: 1.9.2
3
+ Version: 1.9.4
4
4
  Summary: The Firebolt adapter plugin for dbt (data build tool)
5
5
  Home-page: https://github.com/firebolt-db/dbt-firebolt
6
6
  Author: Firebolt
@@ -11,6 +11,54 @@ setup.cfg
11
11
  ./dbt/adapters/firebolt/relation.py
12
12
  ./dbt/adapters/firebolt/relation_configs/__init__.py
13
13
  ./dbt/include/firebolt/__init__.py
14
+ ./dbt/include/firebolt/dbt_project.yml
15
+ ./dbt/include/firebolt/macros/adapters.sql
16
+ ./dbt/include/firebolt/macros/catalog.sql
17
+ ./dbt/include/firebolt/macros/adapters/apply_grants.sql
18
+ ./dbt/include/firebolt/macros/adapters/relation.sql
19
+ ./dbt/include/firebolt/macros/dbt_external_tables/create_external_table.sql
20
+ ./dbt/include/firebolt/macros/dbt_external_tables/dropif.sql
21
+ ./dbt/include/firebolt/macros/dbt_external_tables/get_external_build_plan.sql
22
+ ./dbt/include/firebolt/macros/materializations/clone.sql
23
+ ./dbt/include/firebolt/macros/materializations/materialized_view.sql
24
+ ./dbt/include/firebolt/macros/materializations/seed.sql
25
+ ./dbt/include/firebolt/macros/materializations/snapshot_merge.sql
26
+ ./dbt/include/firebolt/macros/materializations/table.sql
27
+ ./dbt/include/firebolt/macros/materializations/test.sql
28
+ ./dbt/include/firebolt/macros/materializations/view.sql
29
+ ./dbt/include/firebolt/macros/materializations/models/incremental/column_helpers.sql
30
+ ./dbt/include/firebolt/macros/materializations/models/incremental/incremental.sql
31
+ ./dbt/include/firebolt/macros/materializations/models/incremental/is_incremental.sql
32
+ ./dbt/include/firebolt/macros/materializations/models/incremental/merge.sql
33
+ ./dbt/include/firebolt/macros/materializations/models/incremental/on_schema_change.sql
34
+ ./dbt/include/firebolt/macros/materializations/models/incremental/strategies.sql
35
+ ./dbt/include/firebolt/macros/relations/materialized_view/alter.sql
36
+ ./dbt/include/firebolt/macros/relations/materialized_view/create.sql
37
+ ./dbt/include/firebolt/macros/relations/materialized_view/describe.sql
38
+ ./dbt/include/firebolt/macros/relations/materialized_view/drop.sql
39
+ ./dbt/include/firebolt/macros/relations/materialized_view/refresh.sql
40
+ ./dbt/include/firebolt/macros/relations/table/create.sql
41
+ ./dbt/include/firebolt/macros/relations/table/drop.sql
42
+ ./dbt/include/firebolt/macros/relations/table/rename.sql
43
+ ./dbt/include/firebolt/macros/relations/table/replace.sql
44
+ ./dbt/include/firebolt/macros/relations/view/create.sql
45
+ ./dbt/include/firebolt/macros/relations/view/drop.sql
46
+ ./dbt/include/firebolt/macros/relations/view/rename.sql
47
+ ./dbt/include/firebolt/macros/relations/view/replace.sql
48
+ ./dbt/include/firebolt/macros/utils/array_append.sql
49
+ ./dbt/include/firebolt/macros/utils/array_concat.sql
50
+ ./dbt/include/firebolt/macros/utils/array_construct.sql
51
+ ./dbt/include/firebolt/macros/utils/bool_or.sql
52
+ ./dbt/include/firebolt/macros/utils/cast_bool_to_text.sql
53
+ ./dbt/include/firebolt/macros/utils/dateadd.sql
54
+ ./dbt/include/firebolt/macros/utils/datediff.sql
55
+ ./dbt/include/firebolt/macros/utils/except.sql
56
+ ./dbt/include/firebolt/macros/utils/intersect.sql
57
+ ./dbt/include/firebolt/macros/utils/listagg.sql
58
+ ./dbt/include/firebolt/macros/utils/position.sql
59
+ ./dbt/include/firebolt/macros/utils/right.sql
60
+ ./dbt/include/firebolt/macros/utils/split_part.sql
61
+ ./dbt/include/firebolt/macros/utils/timestamps.sql
14
62
  dbt/adapters/firebolt/__init__.py
15
63
  dbt/adapters/firebolt/__version__.py
16
64
  dbt/adapters/firebolt/column.py
@@ -46,6 +46,11 @@ dev =
46
46
  pre-commit==3.5.0
47
47
  pytest==7.*
48
48
 
49
+ [options.package_data]
50
+ dbt.include.firebolt =
51
+ dbt_project.yml
52
+ macros/**/*.sql
53
+
49
54
  [black]
50
55
  python-version = 3.9
51
56
 
File without changes
File without changes
File without changes