dbt-adapters 1.14.6__tar.gz → 1.14.8__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.

Potentially problematic release.


This version of dbt-adapters might be problematic. Click here for more details.

Files changed (237) hide show
  1. dbt_adapters-1.14.8/.changes/1.14.7.md +5 -0
  2. dbt_adapters-1.14.8/.changes/1.14.8.md +1 -0
  3. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/CHANGELOG.md +10 -2
  4. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/PKG-INFO +1 -1
  5. dbt_adapters-1.14.8/src/dbt/adapters/__about__.py +1 -0
  6. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/base/relation.py +8 -0
  7. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/contracts/relation.py +1 -0
  8. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/events/adapter_types.proto +2 -1
  9. dbt_adapters-1.14.8/src/dbt/adapters/events/adapter_types_pb2.py +221 -0
  10. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/tests/unit/test_relation.py +21 -0
  11. dbt_adapters-1.14.6/src/dbt/adapters/__about__.py +0 -1
  12. dbt_adapters-1.14.6/src/dbt/adapters/events/adapter_types_pb2.py +0 -220
  13. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.0.0.md +0 -0
  14. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.1.0.md +0 -0
  15. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.1.1.md +0 -0
  16. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.10.0.md +0 -0
  17. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.10.1.md +0 -0
  18. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.10.2.md +0 -0
  19. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.10.3.md +0 -0
  20. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.10.4.md +0 -0
  21. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.11.0.md +0 -0
  22. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.12.0.md +0 -0
  23. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.13.0.md +0 -0
  24. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.13.1.md +0 -0
  25. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.13.2.md +0 -0
  26. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.14.0.md +0 -0
  27. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.14.1.md +0 -0
  28. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.14.3.md +0 -0
  29. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.14.4.md +0 -0
  30. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.14.5.md +0 -0
  31. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.14.6.md +0 -0
  32. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.2.1.md +0 -0
  33. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.3.0.md +0 -0
  34. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.3.1.md +0 -0
  35. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.3.2.md +0 -0
  36. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.3.3.md +0 -0
  37. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.4.0.md +0 -0
  38. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.4.1.md +0 -0
  39. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.5.0.md +0 -0
  40. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.6.0.md +0 -0
  41. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.6.1.md +0 -0
  42. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.7.0.md +0 -0
  43. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.7.1.md +0 -0
  44. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.7.2.md +0 -0
  45. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.8.0.md +0 -0
  46. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/1.9.0.md +0 -0
  47. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/header.tpl.md +0 -0
  48. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changes/unreleased/.gitkeep +0 -0
  49. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.changie.yaml +0 -0
  50. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/.gitignore +0 -0
  51. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/CONTRIBUTING.md +0 -0
  52. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/LICENSE +0 -0
  53. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/README.md +0 -0
  54. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/hatch.toml +0 -0
  55. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/pyproject.toml +0 -0
  56. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/__init__.py +0 -0
  57. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/__init__.py +0 -0
  58. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/base/README.md +0 -0
  59. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/base/__init__.py +0 -0
  60. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/base/column.py +0 -0
  61. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/base/connections.py +0 -0
  62. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/base/impl.py +0 -0
  63. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/base/meta.py +0 -0
  64. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/base/plugin.py +0 -0
  65. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/base/query_headers.py +0 -0
  66. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/cache.py +0 -0
  67. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/capability.py +0 -0
  68. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/catalogs/__init__.py +0 -0
  69. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/catalogs/_client.py +0 -0
  70. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/catalogs/_exceptions.py +0 -0
  71. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/catalogs/_integration.py +0 -0
  72. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/clients/__init__.py +0 -0
  73. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/clients/jinja.py +0 -0
  74. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/contracts/__init__.py +0 -0
  75. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/contracts/connection.py +0 -0
  76. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/contracts/macros.py +0 -0
  77. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/events/README.md +0 -0
  78. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/events/__init__.py +0 -0
  79. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/events/base_types.py +0 -0
  80. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/events/logging.py +0 -0
  81. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/events/types.py +0 -0
  82. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/exceptions/__init__.py +0 -0
  83. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/exceptions/alias.py +0 -0
  84. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/exceptions/cache.py +0 -0
  85. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/exceptions/compilation.py +0 -0
  86. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/exceptions/connection.py +0 -0
  87. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/exceptions/database.py +0 -0
  88. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/factory.py +0 -0
  89. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/protocol.py +0 -0
  90. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/py.typed +0 -0
  91. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/record/__init__.py +0 -0
  92. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/record/base.py +0 -0
  93. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/record/cursor/cursor.py +0 -0
  94. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/record/cursor/description.py +0 -0
  95. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/record/cursor/execute.py +0 -0
  96. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/record/cursor/fetchall.py +0 -0
  97. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/record/cursor/fetchmany.py +0 -0
  98. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/record/cursor/fetchone.py +0 -0
  99. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/record/cursor/rowcount.py +0 -0
  100. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/record/handle.py +0 -0
  101. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/record/serialization.py +0 -0
  102. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/reference_keys.py +0 -0
  103. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/relation_configs/README.md +0 -0
  104. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/relation_configs/__init__.py +0 -0
  105. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/relation_configs/config_base.py +0 -0
  106. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/relation_configs/config_change.py +0 -0
  107. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/relation_configs/config_validation.py +0 -0
  108. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/sql/__init__.py +0 -0
  109. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/sql/connections.py +0 -0
  110. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/sql/impl.py +0 -0
  111. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/adapters/utils.py +0 -0
  112. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/__init__.py +0 -0
  113. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/__init__.py +0 -0
  114. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/dbt_project.yml +0 -0
  115. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/docs/overview.md +0 -0
  116. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/adapters/apply_grants.sql +0 -0
  117. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/adapters/columns.sql +0 -0
  118. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/adapters/freshness.sql +0 -0
  119. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/adapters/indexes.sql +0 -0
  120. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/adapters/metadata.sql +0 -0
  121. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/adapters/persist_docs.sql +0 -0
  122. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/adapters/relation.sql +0 -0
  123. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/adapters/schema.sql +0 -0
  124. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/adapters/show.sql +0 -0
  125. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/adapters/timestamps.sql +0 -0
  126. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/adapters/validate_sql.sql +0 -0
  127. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/etc/datetime.sql +0 -0
  128. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/etc/statement.sql +0 -0
  129. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/generic_test_sql/accepted_values.sql +0 -0
  130. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/generic_test_sql/not_null.sql +0 -0
  131. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/generic_test_sql/relationships.sql +0 -0
  132. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/generic_test_sql/unique.sql +0 -0
  133. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/get_custom_name/get_custom_alias.sql +0 -0
  134. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/get_custom_name/get_custom_database.sql +0 -0
  135. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/get_custom_name/get_custom_schema.sql +0 -0
  136. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/configs.sql +0 -0
  137. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/hooks.sql +0 -0
  138. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/models/clone/can_clone_table.sql +0 -0
  139. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/models/clone/clone.sql +0 -0
  140. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/models/clone/create_or_replace_clone.sql +0 -0
  141. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/models/incremental/column_helpers.sql +0 -0
  142. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/models/incremental/incremental.sql +0 -0
  143. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/models/incremental/is_incremental.sql +0 -0
  144. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/models/incremental/merge.sql +0 -0
  145. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/models/incremental/on_schema_change.sql +0 -0
  146. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/models/incremental/strategies.sql +0 -0
  147. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/models/materialized_view.sql +0 -0
  148. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/models/table.sql +0 -0
  149. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/models/view.sql +0 -0
  150. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/seeds/helpers.sql +0 -0
  151. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/seeds/seed.sql +0 -0
  152. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/snapshots/helpers.sql +0 -0
  153. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/snapshots/snapshot.sql +0 -0
  154. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/snapshots/snapshot_merge.sql +0 -0
  155. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/snapshots/strategies.sql +0 -0
  156. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/tests/helpers.sql +0 -0
  157. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/tests/test.sql +0 -0
  158. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/tests/unit.sql +0 -0
  159. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/materializations/tests/where_subquery.sql +0 -0
  160. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/python_model/python.sql +0 -0
  161. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/column/columns_spec_ddl.sql +0 -0
  162. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/create.sql +0 -0
  163. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/create_backup.sql +0 -0
  164. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/create_intermediate.sql +0 -0
  165. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/drop.sql +0 -0
  166. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/drop_backup.sql +0 -0
  167. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/materialized_view/alter.sql +0 -0
  168. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/materialized_view/create.sql +0 -0
  169. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/materialized_view/drop.sql +0 -0
  170. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/materialized_view/refresh.sql +0 -0
  171. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/materialized_view/rename.sql +0 -0
  172. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/materialized_view/replace.sql +0 -0
  173. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/rename.sql +0 -0
  174. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/rename_intermediate.sql +0 -0
  175. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/replace.sql +0 -0
  176. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/schema.sql +0 -0
  177. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/table/create.sql +0 -0
  178. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/table/drop.sql +0 -0
  179. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/table/rename.sql +0 -0
  180. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/table/replace.sql +0 -0
  181. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/view/create.sql +0 -0
  182. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/view/drop.sql +0 -0
  183. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/view/rename.sql +0 -0
  184. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/relations/view/replace.sql +0 -0
  185. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/unit_test_sql/get_fixture_sql.sql +0 -0
  186. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/any_value.sql +0 -0
  187. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/array_append.sql +0 -0
  188. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/array_concat.sql +0 -0
  189. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/array_construct.sql +0 -0
  190. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/bool_or.sql +0 -0
  191. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/cast.sql +0 -0
  192. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/cast_bool_to_text.sql +0 -0
  193. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/concat.sql +0 -0
  194. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/data_types.sql +0 -0
  195. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/date.sql +0 -0
  196. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/date_spine.sql +0 -0
  197. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/date_trunc.sql +0 -0
  198. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/dateadd.sql +0 -0
  199. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/datediff.sql +0 -0
  200. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/equals.sql +0 -0
  201. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/escape_single_quotes.sql +0 -0
  202. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/except.sql +0 -0
  203. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/generate_series.sql +0 -0
  204. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/hash.sql +0 -0
  205. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/intersect.sql +0 -0
  206. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/last_day.sql +0 -0
  207. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/length.sql +0 -0
  208. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/listagg.sql +0 -0
  209. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/literal.sql +0 -0
  210. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/position.sql +0 -0
  211. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/replace.sql +0 -0
  212. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/right.sql +0 -0
  213. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/safe_cast.sql +0 -0
  214. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/macros/utils/split_part.sql +0 -0
  215. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/global_project/tests/generic/builtin.sql +0 -0
  216. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/src/dbt/include/py.typed +0 -0
  217. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/tests/__init__.py +0 -0
  218. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/tests/unit/behavior_flag_tests/__init__.py +0 -0
  219. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/tests/unit/behavior_flag_tests/test_behavior_flags.py +0 -0
  220. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/tests/unit/behavior_flag_tests/test_empty_project.py +0 -0
  221. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/tests/unit/conftest.py +0 -0
  222. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/tests/unit/fixtures/__init__.py +0 -0
  223. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/tests/unit/fixtures/adapter.py +0 -0
  224. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/tests/unit/fixtures/catalog_integration.py +0 -0
  225. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/tests/unit/fixtures/connection_manager.py +0 -0
  226. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/tests/unit/fixtures/credentials.py +0 -0
  227. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/tests/unit/record/__init__.py +0 -0
  228. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/tests/unit/record/test_record_cursor.py +0 -0
  229. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/tests/unit/record/test_record_handle.py +0 -0
  230. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/tests/unit/test_adapter_factory.py +0 -0
  231. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/tests/unit/test_adapter_telemetry.py +0 -0
  232. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/tests/unit/test_base_adapter.py +0 -0
  233. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/tests/unit/test_cache.py +0 -0
  234. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/tests/unit/test_catalogs.py +0 -0
  235. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/tests/unit/test_column.py +0 -0
  236. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/tests/unit/test_events.py +0 -0
  237. {dbt_adapters-1.14.6 → dbt_adapters-1.14.8}/tests/unit/test_sql_result.py +0 -0
@@ -0,0 +1,5 @@
1
+ ## dbt-adapters 1.14.7 - April 24, 2025
2
+
3
+ ### Features
4
+
5
+ - Add "pointer_table" as a global relation type ([#1012](https://github.com/dbt-labs/dbt-adapters/issues/1012))
@@ -0,0 +1 @@
1
+ ## dbt-adapters 1.14.8 - April 25, 2025
@@ -10,14 +10,22 @@ 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-adapters 1.14.8 - April 25, 2025
14
+
15
+
16
+
17
+ ## dbt-adapters 1.14.7 - April 24, 2025
18
+
19
+ ### Features
20
+
21
+ - Add "pointer_table" as a global relation type ([#1012](https://github.com/dbt-labs/dbt-adapters/issues/1012))
22
+
13
23
  ## dbt-adapters 1.14.6 - April 14, 2025
14
24
 
15
25
  ### Under the Hood
16
26
 
17
27
  - Add more robust operation forwarding to record/replay wrappers. ([#990](https://github.com/dbt-labs/dbt-adapters/issues/990))
18
28
 
19
-
20
-
21
29
  ## dbt-adapters 1.14.5 - April 07, 2025
22
30
 
23
31
  ### Fixes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dbt-adapters
3
- Version: 1.14.6
3
+ Version: 1.14.8
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-adapters
6
6
  Project-URL: Documentation, https://docs.getdbt.com
@@ -0,0 +1 @@
1
+ version = "1.14.8"
@@ -422,6 +422,10 @@ class BaseRelation(FakeAPIObject, Hashable):
422
422
  def is_materialized_view(self) -> bool:
423
423
  return self.type == RelationType.MaterializedView
424
424
 
425
+ @property
426
+ def is_pointer(self) -> bool:
427
+ return self.type == RelationType.PointerTable
428
+
425
429
  @classproperty
426
430
  def Table(cls) -> str:
427
431
  return str(RelationType.Table)
@@ -442,6 +446,10 @@ class BaseRelation(FakeAPIObject, Hashable):
442
446
  def MaterializedView(cls) -> str:
443
447
  return str(RelationType.MaterializedView)
444
448
 
449
+ @classproperty
450
+ def PointerTable(cls) -> str:
451
+ return str(RelationType.PointerTable)
452
+
445
453
  @classproperty
446
454
  def get_relation_type(cls) -> Type[RelationType]:
447
455
  return RelationType
@@ -21,6 +21,7 @@ class RelationType(StrEnum):
21
21
  Ephemeral = "ephemeral"
22
22
  # this is a "catch all" that is better than `None` == external to anything dbt is aware of
23
23
  External = "external"
24
+ PointerTable = "pointer_table"
24
25
 
25
26
 
26
27
  class MaterializationContract(Protocol):
@@ -1,6 +1,7 @@
1
1
  syntax = "proto3";
2
2
 
3
- package proto_types;
3
+ package v1.public.fields.adapter_types;
4
+ option go_package = "github.com/dbt-labs/proto-golang/v1/public/fields/adapter_types";
4
5
 
5
6
  import "google/protobuf/timestamp.proto";
6
7
  import "google/protobuf/struct.proto";
@@ -0,0 +1,221 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: adapter_types.proto
5
+ # Protobuf Python Version: 5.29.1
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 5,
15
+ 29,
16
+ 1,
17
+ '',
18
+ 'adapter_types.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
26
+ from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
27
+
28
+
29
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x13\x61\x64\x61pter_types.proto\x12\x1ev1.public.fields.adapter_types\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xbe\x02\n\x16\x41\x64\x61pterCommonEventInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04\x63ode\x18\x02 \x01(\t\x12\x0b\n\x03msg\x18\x03 \x01(\t\x12\r\n\x05level\x18\x04 \x01(\t\x12\x15\n\rinvocation_id\x18\x05 \x01(\t\x12\x0b\n\x03pid\x18\x06 \x01(\x05\x12\x0e\n\x06thread\x18\x07 \x01(\t\x12&\n\x02ts\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12P\n\x05\x65xtra\x18\t \x03(\x0b\x32\x41.v1.public.fields.adapter_types.AdapterCommonEventInfo.ExtraEntry\x12\x10\n\x08\x63\x61tegory\x18\n \x01(\t\x1a,\n\nExtraEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"]\n\x13\x41\x64\x61pterNodeRelation\x12\x10\n\x08\x64\x61tabase\x18\n \x01(\t\x12\x0e\n\x06schema\x18\x0b \x01(\t\x12\r\n\x05\x61lias\x18\x0c \x01(\t\x12\x15\n\rrelation_name\x18\r \x01(\t\"\xc9\x02\n\x0f\x41\x64\x61pterNodeInfo\x12\x11\n\tnode_path\x18\x01 \x01(\t\x12\x11\n\tnode_name\x18\x02 \x01(\t\x12\x11\n\tunique_id\x18\x03 \x01(\t\x12\x15\n\rresource_type\x18\x04 \x01(\t\x12\x14\n\x0cmaterialized\x18\x05 \x01(\t\x12\x13\n\x0bnode_status\x18\x06 \x01(\t\x12\x17\n\x0fnode_started_at\x18\x07 \x01(\t\x12\x18\n\x10node_finished_at\x18\x08 \x01(\t\x12%\n\x04meta\x18\t \x01(\x0b\x32\x17.google.protobuf.Struct\x12J\n\rnode_relation\x18\n \x01(\x0b\x32\x33.v1.public.fields.adapter_types.AdapterNodeRelation\x12\x15\n\rnode_checksum\x18\x0b \x01(\t\"G\n\x0fReferenceKeyMsg\x12\x10\n\x08\x64\x61tabase\x18\x01 \x01(\t\x12\x0e\n\x06schema\x18\x02 \x01(\t\x12\x12\n\nidentifier\x18\x03 \x01(\t\"?\n\x19\x41\x64\x61pterDeprecationWarning\x12\x10\n\x08old_name\x18\x01 \x01(\t\x12\x10\n\x08new_name\x18\x02 \x01(\t\"\xad\x01\n\x1c\x41\x64\x61pterDeprecationWarningMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12G\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x39.v1.public.fields.adapter_types.AdapterDeprecationWarning\"!\n\x1f\x43ollectFreshnessReturnSignature\"\xb9\x01\n\"CollectFreshnessReturnSignatureMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12M\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32?.v1.public.fields.adapter_types.CollectFreshnessReturnSignature\"\xa1\x01\n\x11\x41\x64\x61pterEventDebug\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x10\n\x08\x62\x61se_msg\x18\x03 \x01(\t\x12(\n\x04\x61rgs\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.ListValue\"\x9d\x01\n\x14\x41\x64\x61pterEventDebugMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12?\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x31.v1.public.fields.adapter_types.AdapterEventDebug\"\xa0\x01\n\x10\x41\x64\x61pterEventInfo\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x10\n\x08\x62\x61se_msg\x18\x03 \x01(\t\x12(\n\x04\x61rgs\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.ListValue\"\x9b\x01\n\x13\x41\x64\x61pterEventInfoMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12>\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x30.v1.public.fields.adapter_types.AdapterEventInfo\"\xa3\x01\n\x13\x41\x64\x61pterEventWarning\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x10\n\x08\x62\x61se_msg\x18\x03 \x01(\t\x12(\n\x04\x61rgs\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.ListValue\"\xa1\x01\n\x16\x41\x64\x61pterEventWarningMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x41\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x33.v1.public.fields.adapter_types.AdapterEventWarning\"\xb3\x01\n\x11\x41\x64\x61pterEventError\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x10\n\x08\x62\x61se_msg\x18\x03 \x01(\t\x12(\n\x04\x61rgs\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.ListValue\x12\x10\n\x08\x65xc_info\x18\x05 \x01(\t\"\x9d\x01\n\x14\x41\x64\x61pterEventErrorMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12?\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x31.v1.public.fields.adapter_types.AdapterEventError\"y\n\rNewConnection\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x11\n\tconn_type\x18\x02 \x01(\t\x12\x11\n\tconn_name\x18\x03 \x01(\t\"\x95\x01\n\x10NewConnectionMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12;\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32-.v1.public.fields.adapter_types.NewConnection\"=\n\x10\x43onnectionReused\x12\x11\n\tconn_name\x18\x01 \x01(\t\x12\x16\n\x0eorig_conn_name\x18\x02 \x01(\t\"\x9b\x01\n\x13\x43onnectionReusedMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12>\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x30.v1.public.fields.adapter_types.ConnectionReused\"0\n\x1b\x43onnectionLeftOpenInCleanup\x12\x11\n\tconn_name\x18\x01 \x01(\t\"\xb1\x01\n\x1e\x43onnectionLeftOpenInCleanupMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12I\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32;.v1.public.fields.adapter_types.ConnectionLeftOpenInCleanup\".\n\x19\x43onnectionClosedInCleanup\x12\x11\n\tconn_name\x18\x01 \x01(\t\"\xad\x01\n\x1c\x43onnectionClosedInCleanupMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12G\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x39.v1.public.fields.adapter_types.ConnectionClosedInCleanup\"y\n\x0eRollbackFailed\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x11\n\tconn_name\x18\x02 \x01(\t\x12\x10\n\x08\x65xc_info\x18\x03 \x01(\t\"\x97\x01\n\x11RollbackFailedMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12<\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32..v1.public.fields.adapter_types.RollbackFailed\"i\n\x10\x43onnectionClosed\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x11\n\tconn_name\x18\x02 \x01(\t\"\x9b\x01\n\x13\x43onnectionClosedMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12>\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x30.v1.public.fields.adapter_types.ConnectionClosed\"k\n\x12\x43onnectionLeftOpen\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x11\n\tconn_name\x18\x02 \x01(\t\"\x9f\x01\n\x15\x43onnectionLeftOpenMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12@\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x32.v1.public.fields.adapter_types.ConnectionLeftOpen\"a\n\x08Rollback\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x11\n\tconn_name\x18\x02 \x01(\t\"\x8b\x01\n\x0bRollbackMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x36\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32(.v1.public.fields.adapter_types.Rollback\"@\n\tCacheMiss\x12\x11\n\tconn_name\x18\x01 \x01(\t\x12\x10\n\x08\x64\x61tabase\x18\x02 \x01(\t\x12\x0e\n\x06schema\x18\x03 \x01(\t\"\x8d\x01\n\x0c\x43\x61\x63heMissMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x37\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32).v1.public.fields.adapter_types.CacheMiss\"u\n\rListRelations\x12\x10\n\x08\x64\x61tabase\x18\x01 \x01(\t\x12\x0e\n\x06schema\x18\x02 \x01(\t\x12\x42\n\trelations\x18\x03 \x03(\x0b\x32/.v1.public.fields.adapter_types.ReferenceKeyMsg\"\x95\x01\n\x10ListRelationsMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12;\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32-.v1.public.fields.adapter_types.ListRelations\"z\n\x0e\x43onnectionUsed\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x11\n\tconn_type\x18\x02 \x01(\t\x12\x11\n\tconn_name\x18\x03 \x01(\t\"\x97\x01\n\x11\x43onnectionUsedMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12<\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32..v1.public.fields.adapter_types.ConnectionUsed\"n\n\x08SQLQuery\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x11\n\tconn_name\x18\x02 \x01(\t\x12\x0b\n\x03sql\x18\x03 \x01(\t\"\x8b\x01\n\x0bSQLQueryMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x36\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32(.v1.public.fields.adapter_types.SQLQuery\"\x87\x01\n\x0eSQLQueryStatus\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x0e\n\x06status\x18\x02 \x01(\t\x12\x0f\n\x07\x65lapsed\x18\x03 \x01(\x02\x12\x10\n\x08query_id\x18\x04 \x01(\t\"\x97\x01\n\x11SQLQueryStatusMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12<\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32..v1.public.fields.adapter_types.SQLQueryStatus\"b\n\tSQLCommit\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x11\n\tconn_name\x18\x02 \x01(\t\"\x8d\x01\n\x0cSQLCommitMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x37\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32).v1.public.fields.adapter_types.SQLCommit\"t\n\rColTypeChange\x12\x11\n\torig_type\x18\x01 \x01(\t\x12\x10\n\x08new_type\x18\x02 \x01(\t\x12>\n\x05table\x18\x03 \x01(\x0b\x32/.v1.public.fields.adapter_types.ReferenceKeyMsg\"\x95\x01\n\x10\x43olTypeChangeMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12;\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32-.v1.public.fields.adapter_types.ColTypeChange\"S\n\x0eSchemaCreation\x12\x41\n\x08relation\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.ReferenceKeyMsg\"\x97\x01\n\x11SchemaCreationMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12<\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32..v1.public.fields.adapter_types.SchemaCreation\"O\n\nSchemaDrop\x12\x41\n\x08relation\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.ReferenceKeyMsg\"\x8f\x01\n\rSchemaDropMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x38\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32*.v1.public.fields.adapter_types.SchemaDrop\"\xaa\x02\n\x0b\x43\x61\x63heAction\x12\x0e\n\x06\x61\x63tion\x18\x01 \x01(\t\x12@\n\x07ref_key\x18\x02 \x01(\x0b\x32/.v1.public.fields.adapter_types.ReferenceKeyMsg\x12\x42\n\tref_key_2\x18\x03 \x01(\x0b\x32/.v1.public.fields.adapter_types.ReferenceKeyMsg\x12\x42\n\tref_key_3\x18\x04 \x01(\x0b\x32/.v1.public.fields.adapter_types.ReferenceKeyMsg\x12\x41\n\x08ref_list\x18\x05 \x03(\x0b\x32/.v1.public.fields.adapter_types.ReferenceKeyMsg\"\x91\x01\n\x0e\x43\x61\x63heActionMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x39\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32+.v1.public.fields.adapter_types.CacheAction\"\xab\x01\n\x0e\x43\x61\x63heDumpGraph\x12\x46\n\x04\x64ump\x18\x01 \x03(\x0b\x32\x38.v1.public.fields.adapter_types.CacheDumpGraph.DumpEntry\x12\x14\n\x0c\x62\x65\x66ore_after\x18\x02 \x01(\t\x12\x0e\n\x06\x61\x63tion\x18\x03 \x01(\t\x1a+\n\tDumpEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x97\x01\n\x11\x43\x61\x63heDumpGraphMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12<\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32..v1.public.fields.adapter_types.CacheDumpGraph\"B\n\x11\x41\x64\x61pterRegistered\x12\x14\n\x0c\x61\x64\x61pter_name\x18\x01 \x01(\t\x12\x17\n\x0f\x61\x64\x61pter_version\x18\x02 \x01(\t\"\x9d\x01\n\x14\x41\x64\x61pterRegisteredMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12?\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x31.v1.public.fields.adapter_types.AdapterRegistered\"!\n\x12\x41\x64\x61pterImportError\x12\x0b\n\x03\x65xc\x18\x01 \x01(\t\"\x9f\x01\n\x15\x41\x64\x61pterImportErrorMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12@\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x32.v1.public.fields.adapter_types.AdapterImportError\"#\n\x0fPluginLoadError\x12\x10\n\x08\x65xc_info\x18\x01 \x01(\t\"\x99\x01\n\x12PluginLoadErrorMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12=\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32/.v1.public.fields.adapter_types.PluginLoadError\"t\n\x14NewConnectionOpening\x12\x42\n\tnode_info\x18\x01 \x01(\x0b\x32/.v1.public.fields.adapter_types.AdapterNodeInfo\x12\x18\n\x10\x63onnection_state\x18\x02 \x01(\t\"\xa3\x01\n\x17NewConnectionOpeningMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x42\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x34.v1.public.fields.adapter_types.NewConnectionOpening\"8\n\rCodeExecution\x12\x11\n\tconn_name\x18\x01 \x01(\t\x12\x14\n\x0c\x63ode_content\x18\x02 \x01(\t\"\x95\x01\n\x10\x43odeExecutionMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12;\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32-.v1.public.fields.adapter_types.CodeExecution\"6\n\x13\x43odeExecutionStatus\x12\x0e\n\x06status\x18\x01 \x01(\t\x12\x0f\n\x07\x65lapsed\x18\x02 \x01(\x02\"\xa1\x01\n\x16\x43odeExecutionStatusMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x41\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x33.v1.public.fields.adapter_types.CodeExecutionStatus\"%\n\x16\x43\x61talogGenerationError\x12\x0b\n\x03\x65xc\x18\x01 \x01(\t\"\xa7\x01\n\x19\x43\x61talogGenerationErrorMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x44\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.CatalogGenerationError\"-\n\x13WriteCatalogFailure\x12\x16\n\x0enum_exceptions\x18\x01 \x01(\x05\"\xa1\x01\n\x16WriteCatalogFailureMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x41\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x33.v1.public.fields.adapter_types.WriteCatalogFailure\"\x1e\n\x0e\x43\x61talogWritten\x12\x0c\n\x04path\x18\x01 \x01(\t\"\x97\x01\n\x11\x43\x61talogWrittenMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12<\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32..v1.public.fields.adapter_types.CatalogWritten\"\x14\n\x12\x43\x61nnotGenerateDocs\"\x9f\x01\n\x15\x43\x61nnotGenerateDocsMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12@\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x32.v1.public.fields.adapter_types.CannotGenerateDocs\"\x11\n\x0f\x42uildingCatalog\"\x99\x01\n\x12\x42uildingCatalogMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12=\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32/.v1.public.fields.adapter_types.BuildingCatalog\"-\n\x18\x44\x61tabaseErrorRunningHook\x12\x11\n\thook_type\x18\x01 \x01(\t\"\xab\x01\n\x1b\x44\x61tabaseErrorRunningHookMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x46\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x38.v1.public.fields.adapter_types.DatabaseErrorRunningHook\"4\n\x0cHooksRunning\x12\x11\n\tnum_hooks\x18\x01 \x01(\x05\x12\x11\n\thook_type\x18\x02 \x01(\t\"\x93\x01\n\x0fHooksRunningMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12:\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32,.v1.public.fields.adapter_types.HooksRunning\"T\n\x14\x46inishedRunningStats\x12\x11\n\tstat_line\x18\x01 \x01(\t\x12\x11\n\texecution\x18\x02 \x01(\t\x12\x16\n\x0e\x65xecution_time\x18\x03 \x01(\x02\"\xa3\x01\n\x17\x46inishedRunningStatsMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x42\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x34.v1.public.fields.adapter_types.FinishedRunningStats\"<\n\x15\x43onstraintNotEnforced\x12\x12\n\nconstraint\x18\x01 \x01(\t\x12\x0f\n\x07\x61\x64\x61pter\x18\x02 \x01(\t\"\xa5\x01\n\x18\x43onstraintNotEnforcedMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x43\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x35.v1.public.fields.adapter_types.ConstraintNotEnforced\"=\n\x16\x43onstraintNotSupported\x12\x12\n\nconstraint\x18\x01 \x01(\t\x12\x0f\n\x07\x61\x64\x61pter\x18\x02 \x01(\t\"\xa7\x01\n\x19\x43onstraintNotSupportedMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12\x44\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.ConstraintNotSupported\"%\n\x10TypeCodeNotFound\x12\x11\n\ttype_code\x18\x01 \x01(\x05\"\x9b\x01\n\x13TypeCodeNotFoundMsg\x12\x44\n\x04info\x18\x01 \x01(\x0b\x32\x36.v1.public.fields.adapter_types.AdapterCommonEventInfo\x12>\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x30.v1.public.fields.adapter_types.TypeCodeNotFoundBAZ?github.com/dbt-labs/proto-golang/v1/public/fields/adapter_typesb\x06proto3')
30
+
31
+ _globals = globals()
32
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
33
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'adapter_types_pb2', _globals)
34
+ if not _descriptor._USE_C_DESCRIPTORS:
35
+ _globals['DESCRIPTOR']._loaded_options = None
36
+ _globals['DESCRIPTOR']._serialized_options = b'Z?github.com/dbt-labs/proto-golang/v1/public/fields/adapter_types'
37
+ _globals['_ADAPTERCOMMONEVENTINFO_EXTRAENTRY']._loaded_options = None
38
+ _globals['_ADAPTERCOMMONEVENTINFO_EXTRAENTRY']._serialized_options = b'8\001'
39
+ _globals['_CACHEDUMPGRAPH_DUMPENTRY']._loaded_options = None
40
+ _globals['_CACHEDUMPGRAPH_DUMPENTRY']._serialized_options = b'8\001'
41
+ _globals['_ADAPTERCOMMONEVENTINFO']._serialized_start=119
42
+ _globals['_ADAPTERCOMMONEVENTINFO']._serialized_end=437
43
+ _globals['_ADAPTERCOMMONEVENTINFO_EXTRAENTRY']._serialized_start=393
44
+ _globals['_ADAPTERCOMMONEVENTINFO_EXTRAENTRY']._serialized_end=437
45
+ _globals['_ADAPTERNODERELATION']._serialized_start=439
46
+ _globals['_ADAPTERNODERELATION']._serialized_end=532
47
+ _globals['_ADAPTERNODEINFO']._serialized_start=535
48
+ _globals['_ADAPTERNODEINFO']._serialized_end=864
49
+ _globals['_REFERENCEKEYMSG']._serialized_start=866
50
+ _globals['_REFERENCEKEYMSG']._serialized_end=937
51
+ _globals['_ADAPTERDEPRECATIONWARNING']._serialized_start=939
52
+ _globals['_ADAPTERDEPRECATIONWARNING']._serialized_end=1002
53
+ _globals['_ADAPTERDEPRECATIONWARNINGMSG']._serialized_start=1005
54
+ _globals['_ADAPTERDEPRECATIONWARNINGMSG']._serialized_end=1178
55
+ _globals['_COLLECTFRESHNESSRETURNSIGNATURE']._serialized_start=1180
56
+ _globals['_COLLECTFRESHNESSRETURNSIGNATURE']._serialized_end=1213
57
+ _globals['_COLLECTFRESHNESSRETURNSIGNATUREMSG']._serialized_start=1216
58
+ _globals['_COLLECTFRESHNESSRETURNSIGNATUREMSG']._serialized_end=1401
59
+ _globals['_ADAPTEREVENTDEBUG']._serialized_start=1404
60
+ _globals['_ADAPTEREVENTDEBUG']._serialized_end=1565
61
+ _globals['_ADAPTEREVENTDEBUGMSG']._serialized_start=1568
62
+ _globals['_ADAPTEREVENTDEBUGMSG']._serialized_end=1725
63
+ _globals['_ADAPTEREVENTINFO']._serialized_start=1728
64
+ _globals['_ADAPTEREVENTINFO']._serialized_end=1888
65
+ _globals['_ADAPTEREVENTINFOMSG']._serialized_start=1891
66
+ _globals['_ADAPTEREVENTINFOMSG']._serialized_end=2046
67
+ _globals['_ADAPTEREVENTWARNING']._serialized_start=2049
68
+ _globals['_ADAPTEREVENTWARNING']._serialized_end=2212
69
+ _globals['_ADAPTEREVENTWARNINGMSG']._serialized_start=2215
70
+ _globals['_ADAPTEREVENTWARNINGMSG']._serialized_end=2376
71
+ _globals['_ADAPTEREVENTERROR']._serialized_start=2379
72
+ _globals['_ADAPTEREVENTERROR']._serialized_end=2558
73
+ _globals['_ADAPTEREVENTERRORMSG']._serialized_start=2561
74
+ _globals['_ADAPTEREVENTERRORMSG']._serialized_end=2718
75
+ _globals['_NEWCONNECTION']._serialized_start=2720
76
+ _globals['_NEWCONNECTION']._serialized_end=2841
77
+ _globals['_NEWCONNECTIONMSG']._serialized_start=2844
78
+ _globals['_NEWCONNECTIONMSG']._serialized_end=2993
79
+ _globals['_CONNECTIONREUSED']._serialized_start=2995
80
+ _globals['_CONNECTIONREUSED']._serialized_end=3056
81
+ _globals['_CONNECTIONREUSEDMSG']._serialized_start=3059
82
+ _globals['_CONNECTIONREUSEDMSG']._serialized_end=3214
83
+ _globals['_CONNECTIONLEFTOPENINCLEANUP']._serialized_start=3216
84
+ _globals['_CONNECTIONLEFTOPENINCLEANUP']._serialized_end=3264
85
+ _globals['_CONNECTIONLEFTOPENINCLEANUPMSG']._serialized_start=3267
86
+ _globals['_CONNECTIONLEFTOPENINCLEANUPMSG']._serialized_end=3444
87
+ _globals['_CONNECTIONCLOSEDINCLEANUP']._serialized_start=3446
88
+ _globals['_CONNECTIONCLOSEDINCLEANUP']._serialized_end=3492
89
+ _globals['_CONNECTIONCLOSEDINCLEANUPMSG']._serialized_start=3495
90
+ _globals['_CONNECTIONCLOSEDINCLEANUPMSG']._serialized_end=3668
91
+ _globals['_ROLLBACKFAILED']._serialized_start=3670
92
+ _globals['_ROLLBACKFAILED']._serialized_end=3791
93
+ _globals['_ROLLBACKFAILEDMSG']._serialized_start=3794
94
+ _globals['_ROLLBACKFAILEDMSG']._serialized_end=3945
95
+ _globals['_CONNECTIONCLOSED']._serialized_start=3947
96
+ _globals['_CONNECTIONCLOSED']._serialized_end=4052
97
+ _globals['_CONNECTIONCLOSEDMSG']._serialized_start=4055
98
+ _globals['_CONNECTIONCLOSEDMSG']._serialized_end=4210
99
+ _globals['_CONNECTIONLEFTOPEN']._serialized_start=4212
100
+ _globals['_CONNECTIONLEFTOPEN']._serialized_end=4319
101
+ _globals['_CONNECTIONLEFTOPENMSG']._serialized_start=4322
102
+ _globals['_CONNECTIONLEFTOPENMSG']._serialized_end=4481
103
+ _globals['_ROLLBACK']._serialized_start=4483
104
+ _globals['_ROLLBACK']._serialized_end=4580
105
+ _globals['_ROLLBACKMSG']._serialized_start=4583
106
+ _globals['_ROLLBACKMSG']._serialized_end=4722
107
+ _globals['_CACHEMISS']._serialized_start=4724
108
+ _globals['_CACHEMISS']._serialized_end=4788
109
+ _globals['_CACHEMISSMSG']._serialized_start=4791
110
+ _globals['_CACHEMISSMSG']._serialized_end=4932
111
+ _globals['_LISTRELATIONS']._serialized_start=4934
112
+ _globals['_LISTRELATIONS']._serialized_end=5051
113
+ _globals['_LISTRELATIONSMSG']._serialized_start=5054
114
+ _globals['_LISTRELATIONSMSG']._serialized_end=5203
115
+ _globals['_CONNECTIONUSED']._serialized_start=5205
116
+ _globals['_CONNECTIONUSED']._serialized_end=5327
117
+ _globals['_CONNECTIONUSEDMSG']._serialized_start=5330
118
+ _globals['_CONNECTIONUSEDMSG']._serialized_end=5481
119
+ _globals['_SQLQUERY']._serialized_start=5483
120
+ _globals['_SQLQUERY']._serialized_end=5593
121
+ _globals['_SQLQUERYMSG']._serialized_start=5596
122
+ _globals['_SQLQUERYMSG']._serialized_end=5735
123
+ _globals['_SQLQUERYSTATUS']._serialized_start=5738
124
+ _globals['_SQLQUERYSTATUS']._serialized_end=5873
125
+ _globals['_SQLQUERYSTATUSMSG']._serialized_start=5876
126
+ _globals['_SQLQUERYSTATUSMSG']._serialized_end=6027
127
+ _globals['_SQLCOMMIT']._serialized_start=6029
128
+ _globals['_SQLCOMMIT']._serialized_end=6127
129
+ _globals['_SQLCOMMITMSG']._serialized_start=6130
130
+ _globals['_SQLCOMMITMSG']._serialized_end=6271
131
+ _globals['_COLTYPECHANGE']._serialized_start=6273
132
+ _globals['_COLTYPECHANGE']._serialized_end=6389
133
+ _globals['_COLTYPECHANGEMSG']._serialized_start=6392
134
+ _globals['_COLTYPECHANGEMSG']._serialized_end=6541
135
+ _globals['_SCHEMACREATION']._serialized_start=6543
136
+ _globals['_SCHEMACREATION']._serialized_end=6626
137
+ _globals['_SCHEMACREATIONMSG']._serialized_start=6629
138
+ _globals['_SCHEMACREATIONMSG']._serialized_end=6780
139
+ _globals['_SCHEMADROP']._serialized_start=6782
140
+ _globals['_SCHEMADROP']._serialized_end=6861
141
+ _globals['_SCHEMADROPMSG']._serialized_start=6864
142
+ _globals['_SCHEMADROPMSG']._serialized_end=7007
143
+ _globals['_CACHEACTION']._serialized_start=7010
144
+ _globals['_CACHEACTION']._serialized_end=7308
145
+ _globals['_CACHEACTIONMSG']._serialized_start=7311
146
+ _globals['_CACHEACTIONMSG']._serialized_end=7456
147
+ _globals['_CACHEDUMPGRAPH']._serialized_start=7459
148
+ _globals['_CACHEDUMPGRAPH']._serialized_end=7630
149
+ _globals['_CACHEDUMPGRAPH_DUMPENTRY']._serialized_start=7587
150
+ _globals['_CACHEDUMPGRAPH_DUMPENTRY']._serialized_end=7630
151
+ _globals['_CACHEDUMPGRAPHMSG']._serialized_start=7633
152
+ _globals['_CACHEDUMPGRAPHMSG']._serialized_end=7784
153
+ _globals['_ADAPTERREGISTERED']._serialized_start=7786
154
+ _globals['_ADAPTERREGISTERED']._serialized_end=7852
155
+ _globals['_ADAPTERREGISTEREDMSG']._serialized_start=7855
156
+ _globals['_ADAPTERREGISTEREDMSG']._serialized_end=8012
157
+ _globals['_ADAPTERIMPORTERROR']._serialized_start=8014
158
+ _globals['_ADAPTERIMPORTERROR']._serialized_end=8047
159
+ _globals['_ADAPTERIMPORTERRORMSG']._serialized_start=8050
160
+ _globals['_ADAPTERIMPORTERRORMSG']._serialized_end=8209
161
+ _globals['_PLUGINLOADERROR']._serialized_start=8211
162
+ _globals['_PLUGINLOADERROR']._serialized_end=8246
163
+ _globals['_PLUGINLOADERRORMSG']._serialized_start=8249
164
+ _globals['_PLUGINLOADERRORMSG']._serialized_end=8402
165
+ _globals['_NEWCONNECTIONOPENING']._serialized_start=8404
166
+ _globals['_NEWCONNECTIONOPENING']._serialized_end=8520
167
+ _globals['_NEWCONNECTIONOPENINGMSG']._serialized_start=8523
168
+ _globals['_NEWCONNECTIONOPENINGMSG']._serialized_end=8686
169
+ _globals['_CODEEXECUTION']._serialized_start=8688
170
+ _globals['_CODEEXECUTION']._serialized_end=8744
171
+ _globals['_CODEEXECUTIONMSG']._serialized_start=8747
172
+ _globals['_CODEEXECUTIONMSG']._serialized_end=8896
173
+ _globals['_CODEEXECUTIONSTATUS']._serialized_start=8898
174
+ _globals['_CODEEXECUTIONSTATUS']._serialized_end=8952
175
+ _globals['_CODEEXECUTIONSTATUSMSG']._serialized_start=8955
176
+ _globals['_CODEEXECUTIONSTATUSMSG']._serialized_end=9116
177
+ _globals['_CATALOGGENERATIONERROR']._serialized_start=9118
178
+ _globals['_CATALOGGENERATIONERROR']._serialized_end=9155
179
+ _globals['_CATALOGGENERATIONERRORMSG']._serialized_start=9158
180
+ _globals['_CATALOGGENERATIONERRORMSG']._serialized_end=9325
181
+ _globals['_WRITECATALOGFAILURE']._serialized_start=9327
182
+ _globals['_WRITECATALOGFAILURE']._serialized_end=9372
183
+ _globals['_WRITECATALOGFAILUREMSG']._serialized_start=9375
184
+ _globals['_WRITECATALOGFAILUREMSG']._serialized_end=9536
185
+ _globals['_CATALOGWRITTEN']._serialized_start=9538
186
+ _globals['_CATALOGWRITTEN']._serialized_end=9568
187
+ _globals['_CATALOGWRITTENMSG']._serialized_start=9571
188
+ _globals['_CATALOGWRITTENMSG']._serialized_end=9722
189
+ _globals['_CANNOTGENERATEDOCS']._serialized_start=9724
190
+ _globals['_CANNOTGENERATEDOCS']._serialized_end=9744
191
+ _globals['_CANNOTGENERATEDOCSMSG']._serialized_start=9747
192
+ _globals['_CANNOTGENERATEDOCSMSG']._serialized_end=9906
193
+ _globals['_BUILDINGCATALOG']._serialized_start=9908
194
+ _globals['_BUILDINGCATALOG']._serialized_end=9925
195
+ _globals['_BUILDINGCATALOGMSG']._serialized_start=9928
196
+ _globals['_BUILDINGCATALOGMSG']._serialized_end=10081
197
+ _globals['_DATABASEERRORRUNNINGHOOK']._serialized_start=10083
198
+ _globals['_DATABASEERRORRUNNINGHOOK']._serialized_end=10128
199
+ _globals['_DATABASEERRORRUNNINGHOOKMSG']._serialized_start=10131
200
+ _globals['_DATABASEERRORRUNNINGHOOKMSG']._serialized_end=10302
201
+ _globals['_HOOKSRUNNING']._serialized_start=10304
202
+ _globals['_HOOKSRUNNING']._serialized_end=10356
203
+ _globals['_HOOKSRUNNINGMSG']._serialized_start=10359
204
+ _globals['_HOOKSRUNNINGMSG']._serialized_end=10506
205
+ _globals['_FINISHEDRUNNINGSTATS']._serialized_start=10508
206
+ _globals['_FINISHEDRUNNINGSTATS']._serialized_end=10592
207
+ _globals['_FINISHEDRUNNINGSTATSMSG']._serialized_start=10595
208
+ _globals['_FINISHEDRUNNINGSTATSMSG']._serialized_end=10758
209
+ _globals['_CONSTRAINTNOTENFORCED']._serialized_start=10760
210
+ _globals['_CONSTRAINTNOTENFORCED']._serialized_end=10820
211
+ _globals['_CONSTRAINTNOTENFORCEDMSG']._serialized_start=10823
212
+ _globals['_CONSTRAINTNOTENFORCEDMSG']._serialized_end=10988
213
+ _globals['_CONSTRAINTNOTSUPPORTED']._serialized_start=10990
214
+ _globals['_CONSTRAINTNOTSUPPORTED']._serialized_end=11051
215
+ _globals['_CONSTRAINTNOTSUPPORTEDMSG']._serialized_start=11054
216
+ _globals['_CONSTRAINTNOTSUPPORTEDMSG']._serialized_end=11221
217
+ _globals['_TYPECODENOTFOUND']._serialized_start=11223
218
+ _globals['_TYPECODENOTFOUND']._serialized_end=11260
219
+ _globals['_TYPECODENOTFOUNDMSG']._serialized_start=11263
220
+ _globals['_TYPECODENOTFOUNDMSG']._serialized_end=11418
221
+ # @@protoc_insertion_point(module_scope)
@@ -7,6 +7,27 @@ from dbt.adapters.base.relation import EventTimeFilter
7
7
  from dbt.adapters.contracts.relation import RelationType
8
8
 
9
9
 
10
+ @pytest.mark.parametrize(
11
+ "relation_type,check_property",
12
+ [
13
+ (RelationType.CTE, "is_cte"),
14
+ (RelationType.MaterializedView, "is_materialized_view"),
15
+ (RelationType.PointerTable, "is_pointer"),
16
+ (RelationType.Table, "is_table"),
17
+ (RelationType.View, "is_view"),
18
+ ],
19
+ )
20
+ def test_relation_types(relation_type, check_property):
21
+ my_relation = BaseRelation.create(
22
+ "fake_database",
23
+ "fake_schema",
24
+ "fake_identifier",
25
+ type=relation_type,
26
+ )
27
+ assert getattr(my_relation, check_property)
28
+ assert my_relation.type == relation_type
29
+
30
+
10
31
  @pytest.mark.parametrize(
11
32
  "relation_type,result",
12
33
  [
@@ -1 +0,0 @@
1
- version = "1.14.6"
@@ -1,220 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # NO CHECKED-IN PROTOBUF GENCODE
4
- # source: adapter_types.proto
5
- # Protobuf Python Version: 5.28.3
6
- """Generated protocol buffer code."""
7
- from google.protobuf import descriptor as _descriptor
8
- from google.protobuf import descriptor_pool as _descriptor_pool
9
- from google.protobuf import runtime_version as _runtime_version
10
- from google.protobuf import symbol_database as _symbol_database
11
- from google.protobuf.internal import builder as _builder
12
- _runtime_version.ValidateProtobufRuntimeVersion(
13
- _runtime_version.Domain.PUBLIC,
14
- 5,
15
- 28,
16
- 3,
17
- '',
18
- 'adapter_types.proto'
19
- )
20
- # @@protoc_insertion_point(imports)
21
-
22
- _sym_db = _symbol_database.Default()
23
-
24
-
25
- from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
26
- from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
27
-
28
-
29
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x13\x61\x64\x61pter_types.proto\x12\x0bproto_types\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xab\x02\n\x16\x41\x64\x61pterCommonEventInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04\x63ode\x18\x02 \x01(\t\x12\x0b\n\x03msg\x18\x03 \x01(\t\x12\r\n\x05level\x18\x04 \x01(\t\x12\x15\n\rinvocation_id\x18\x05 \x01(\t\x12\x0b\n\x03pid\x18\x06 \x01(\x05\x12\x0e\n\x06thread\x18\x07 \x01(\t\x12&\n\x02ts\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12=\n\x05\x65xtra\x18\t \x03(\x0b\x32..proto_types.AdapterCommonEventInfo.ExtraEntry\x12\x10\n\x08\x63\x61tegory\x18\n \x01(\t\x1a,\n\nExtraEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"]\n\x13\x41\x64\x61pterNodeRelation\x12\x10\n\x08\x64\x61tabase\x18\n \x01(\t\x12\x0e\n\x06schema\x18\x0b \x01(\t\x12\r\n\x05\x61lias\x18\x0c \x01(\t\x12\x15\n\rrelation_name\x18\r \x01(\t\"\xb6\x02\n\x0f\x41\x64\x61pterNodeInfo\x12\x11\n\tnode_path\x18\x01 \x01(\t\x12\x11\n\tnode_name\x18\x02 \x01(\t\x12\x11\n\tunique_id\x18\x03 \x01(\t\x12\x15\n\rresource_type\x18\x04 \x01(\t\x12\x14\n\x0cmaterialized\x18\x05 \x01(\t\x12\x13\n\x0bnode_status\x18\x06 \x01(\t\x12\x17\n\x0fnode_started_at\x18\x07 \x01(\t\x12\x18\n\x10node_finished_at\x18\x08 \x01(\t\x12%\n\x04meta\x18\t \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x37\n\rnode_relation\x18\n \x01(\x0b\x32 .proto_types.AdapterNodeRelation\x12\x15\n\rnode_checksum\x18\x0b \x01(\t\"G\n\x0fReferenceKeyMsg\x12\x10\n\x08\x64\x61tabase\x18\x01 \x01(\t\x12\x0e\n\x06schema\x18\x02 \x01(\t\x12\x12\n\nidentifier\x18\x03 \x01(\t\"?\n\x19\x41\x64\x61pterDeprecationWarning\x12\x10\n\x08old_name\x18\x01 \x01(\t\x12\x10\n\x08new_name\x18\x02 \x01(\t\"\x87\x01\n\x1c\x41\x64\x61pterDeprecationWarningMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12\x34\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32&.proto_types.AdapterDeprecationWarning\"!\n\x1f\x43ollectFreshnessReturnSignature\"\x93\x01\n\"CollectFreshnessReturnSignatureMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12:\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32,.proto_types.CollectFreshnessReturnSignature\"\x8e\x01\n\x11\x41\x64\x61pterEventDebug\x12/\n\tnode_info\x18\x01 \x01(\x0b\x32\x1c.proto_types.AdapterNodeInfo\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x10\n\x08\x62\x61se_msg\x18\x03 \x01(\t\x12(\n\x04\x61rgs\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.ListValue\"w\n\x14\x41\x64\x61pterEventDebugMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12,\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1e.proto_types.AdapterEventDebug\"\x8d\x01\n\x10\x41\x64\x61pterEventInfo\x12/\n\tnode_info\x18\x01 \x01(\x0b\x32\x1c.proto_types.AdapterNodeInfo\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x10\n\x08\x62\x61se_msg\x18\x03 \x01(\t\x12(\n\x04\x61rgs\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.ListValue\"u\n\x13\x41\x64\x61pterEventInfoMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12+\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1d.proto_types.AdapterEventInfo\"\x90\x01\n\x13\x41\x64\x61pterEventWarning\x12/\n\tnode_info\x18\x01 \x01(\x0b\x32\x1c.proto_types.AdapterNodeInfo\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x10\n\x08\x62\x61se_msg\x18\x03 \x01(\t\x12(\n\x04\x61rgs\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.ListValue\"{\n\x16\x41\x64\x61pterEventWarningMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12.\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32 .proto_types.AdapterEventWarning\"\xa0\x01\n\x11\x41\x64\x61pterEventError\x12/\n\tnode_info\x18\x01 \x01(\x0b\x32\x1c.proto_types.AdapterNodeInfo\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x10\n\x08\x62\x61se_msg\x18\x03 \x01(\t\x12(\n\x04\x61rgs\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.ListValue\x12\x10\n\x08\x65xc_info\x18\x05 \x01(\t\"w\n\x14\x41\x64\x61pterEventErrorMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12,\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1e.proto_types.AdapterEventError\"f\n\rNewConnection\x12/\n\tnode_info\x18\x01 \x01(\x0b\x32\x1c.proto_types.AdapterNodeInfo\x12\x11\n\tconn_type\x18\x02 \x01(\t\x12\x11\n\tconn_name\x18\x03 \x01(\t\"o\n\x10NewConnectionMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12(\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1a.proto_types.NewConnection\"=\n\x10\x43onnectionReused\x12\x11\n\tconn_name\x18\x01 \x01(\t\x12\x16\n\x0eorig_conn_name\x18\x02 \x01(\t\"u\n\x13\x43onnectionReusedMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12+\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1d.proto_types.ConnectionReused\"0\n\x1b\x43onnectionLeftOpenInCleanup\x12\x11\n\tconn_name\x18\x01 \x01(\t\"\x8b\x01\n\x1e\x43onnectionLeftOpenInCleanupMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12\x36\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32(.proto_types.ConnectionLeftOpenInCleanup\".\n\x19\x43onnectionClosedInCleanup\x12\x11\n\tconn_name\x18\x01 \x01(\t\"\x87\x01\n\x1c\x43onnectionClosedInCleanupMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12\x34\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32&.proto_types.ConnectionClosedInCleanup\"f\n\x0eRollbackFailed\x12/\n\tnode_info\x18\x01 \x01(\x0b\x32\x1c.proto_types.AdapterNodeInfo\x12\x11\n\tconn_name\x18\x02 \x01(\t\x12\x10\n\x08\x65xc_info\x18\x03 \x01(\t\"q\n\x11RollbackFailedMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12)\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1b.proto_types.RollbackFailed\"V\n\x10\x43onnectionClosed\x12/\n\tnode_info\x18\x01 \x01(\x0b\x32\x1c.proto_types.AdapterNodeInfo\x12\x11\n\tconn_name\x18\x02 \x01(\t\"u\n\x13\x43onnectionClosedMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12+\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1d.proto_types.ConnectionClosed\"X\n\x12\x43onnectionLeftOpen\x12/\n\tnode_info\x18\x01 \x01(\x0b\x32\x1c.proto_types.AdapterNodeInfo\x12\x11\n\tconn_name\x18\x02 \x01(\t\"y\n\x15\x43onnectionLeftOpenMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12-\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1f.proto_types.ConnectionLeftOpen\"N\n\x08Rollback\x12/\n\tnode_info\x18\x01 \x01(\x0b\x32\x1c.proto_types.AdapterNodeInfo\x12\x11\n\tconn_name\x18\x02 \x01(\t\"e\n\x0bRollbackMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12#\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x15.proto_types.Rollback\"@\n\tCacheMiss\x12\x11\n\tconn_name\x18\x01 \x01(\t\x12\x10\n\x08\x64\x61tabase\x18\x02 \x01(\t\x12\x0e\n\x06schema\x18\x03 \x01(\t\"g\n\x0c\x43\x61\x63heMissMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12$\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x16.proto_types.CacheMiss\"b\n\rListRelations\x12\x10\n\x08\x64\x61tabase\x18\x01 \x01(\t\x12\x0e\n\x06schema\x18\x02 \x01(\t\x12/\n\trelations\x18\x03 \x03(\x0b\x32\x1c.proto_types.ReferenceKeyMsg\"o\n\x10ListRelationsMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12(\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1a.proto_types.ListRelations\"g\n\x0e\x43onnectionUsed\x12/\n\tnode_info\x18\x01 \x01(\x0b\x32\x1c.proto_types.AdapterNodeInfo\x12\x11\n\tconn_type\x18\x02 \x01(\t\x12\x11\n\tconn_name\x18\x03 \x01(\t\"q\n\x11\x43onnectionUsedMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12)\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1b.proto_types.ConnectionUsed\"[\n\x08SQLQuery\x12/\n\tnode_info\x18\x01 \x01(\x0b\x32\x1c.proto_types.AdapterNodeInfo\x12\x11\n\tconn_name\x18\x02 \x01(\t\x12\x0b\n\x03sql\x18\x03 \x01(\t\"e\n\x0bSQLQueryMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12#\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x15.proto_types.SQLQuery\"t\n\x0eSQLQueryStatus\x12/\n\tnode_info\x18\x01 \x01(\x0b\x32\x1c.proto_types.AdapterNodeInfo\x12\x0e\n\x06status\x18\x02 \x01(\t\x12\x0f\n\x07\x65lapsed\x18\x03 \x01(\x02\x12\x10\n\x08query_id\x18\x04 \x01(\t\"q\n\x11SQLQueryStatusMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12)\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1b.proto_types.SQLQueryStatus\"O\n\tSQLCommit\x12/\n\tnode_info\x18\x01 \x01(\x0b\x32\x1c.proto_types.AdapterNodeInfo\x12\x11\n\tconn_name\x18\x02 \x01(\t\"g\n\x0cSQLCommitMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12$\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x16.proto_types.SQLCommit\"a\n\rColTypeChange\x12\x11\n\torig_type\x18\x01 \x01(\t\x12\x10\n\x08new_type\x18\x02 \x01(\t\x12+\n\x05table\x18\x03 \x01(\x0b\x32\x1c.proto_types.ReferenceKeyMsg\"o\n\x10\x43olTypeChangeMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12(\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1a.proto_types.ColTypeChange\"@\n\x0eSchemaCreation\x12.\n\x08relation\x18\x01 \x01(\x0b\x32\x1c.proto_types.ReferenceKeyMsg\"q\n\x11SchemaCreationMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12)\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1b.proto_types.SchemaCreation\"<\n\nSchemaDrop\x12.\n\x08relation\x18\x01 \x01(\x0b\x32\x1c.proto_types.ReferenceKeyMsg\"i\n\rSchemaDropMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12%\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x17.proto_types.SchemaDrop\"\xde\x01\n\x0b\x43\x61\x63heAction\x12\x0e\n\x06\x61\x63tion\x18\x01 \x01(\t\x12-\n\x07ref_key\x18\x02 \x01(\x0b\x32\x1c.proto_types.ReferenceKeyMsg\x12/\n\tref_key_2\x18\x03 \x01(\x0b\x32\x1c.proto_types.ReferenceKeyMsg\x12/\n\tref_key_3\x18\x04 \x01(\x0b\x32\x1c.proto_types.ReferenceKeyMsg\x12.\n\x08ref_list\x18\x05 \x03(\x0b\x32\x1c.proto_types.ReferenceKeyMsg\"k\n\x0e\x43\x61\x63heActionMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12&\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x18.proto_types.CacheAction\"\x98\x01\n\x0e\x43\x61\x63heDumpGraph\x12\x33\n\x04\x64ump\x18\x01 \x03(\x0b\x32%.proto_types.CacheDumpGraph.DumpEntry\x12\x14\n\x0c\x62\x65\x66ore_after\x18\x02 \x01(\t\x12\x0e\n\x06\x61\x63tion\x18\x03 \x01(\t\x1a+\n\tDumpEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"q\n\x11\x43\x61\x63heDumpGraphMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12)\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1b.proto_types.CacheDumpGraph\"B\n\x11\x41\x64\x61pterRegistered\x12\x14\n\x0c\x61\x64\x61pter_name\x18\x01 \x01(\t\x12\x17\n\x0f\x61\x64\x61pter_version\x18\x02 \x01(\t\"w\n\x14\x41\x64\x61pterRegisteredMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12,\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1e.proto_types.AdapterRegistered\"!\n\x12\x41\x64\x61pterImportError\x12\x0b\n\x03\x65xc\x18\x01 \x01(\t\"y\n\x15\x41\x64\x61pterImportErrorMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12-\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1f.proto_types.AdapterImportError\"#\n\x0fPluginLoadError\x12\x10\n\x08\x65xc_info\x18\x01 \x01(\t\"s\n\x12PluginLoadErrorMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12*\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1c.proto_types.PluginLoadError\"a\n\x14NewConnectionOpening\x12/\n\tnode_info\x18\x01 \x01(\x0b\x32\x1c.proto_types.AdapterNodeInfo\x12\x18\n\x10\x63onnection_state\x18\x02 \x01(\t\"}\n\x17NewConnectionOpeningMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12/\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32!.proto_types.NewConnectionOpening\"8\n\rCodeExecution\x12\x11\n\tconn_name\x18\x01 \x01(\t\x12\x14\n\x0c\x63ode_content\x18\x02 \x01(\t\"o\n\x10\x43odeExecutionMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12(\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1a.proto_types.CodeExecution\"6\n\x13\x43odeExecutionStatus\x12\x0e\n\x06status\x18\x01 \x01(\t\x12\x0f\n\x07\x65lapsed\x18\x02 \x01(\x02\"{\n\x16\x43odeExecutionStatusMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12.\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32 .proto_types.CodeExecutionStatus\"%\n\x16\x43\x61talogGenerationError\x12\x0b\n\x03\x65xc\x18\x01 \x01(\t\"\x81\x01\n\x19\x43\x61talogGenerationErrorMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12\x31\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32#.proto_types.CatalogGenerationError\"-\n\x13WriteCatalogFailure\x12\x16\n\x0enum_exceptions\x18\x01 \x01(\x05\"{\n\x16WriteCatalogFailureMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12.\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32 .proto_types.WriteCatalogFailure\"\x1e\n\x0e\x43\x61talogWritten\x12\x0c\n\x04path\x18\x01 \x01(\t\"q\n\x11\x43\x61talogWrittenMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12)\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1b.proto_types.CatalogWritten\"\x14\n\x12\x43\x61nnotGenerateDocs\"y\n\x15\x43\x61nnotGenerateDocsMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12-\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1f.proto_types.CannotGenerateDocs\"\x11\n\x0f\x42uildingCatalog\"s\n\x12\x42uildingCatalogMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12*\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1c.proto_types.BuildingCatalog\"-\n\x18\x44\x61tabaseErrorRunningHook\x12\x11\n\thook_type\x18\x01 \x01(\t\"\x85\x01\n\x1b\x44\x61tabaseErrorRunningHookMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12\x33\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32%.proto_types.DatabaseErrorRunningHook\"4\n\x0cHooksRunning\x12\x11\n\tnum_hooks\x18\x01 \x01(\x05\x12\x11\n\thook_type\x18\x02 \x01(\t\"m\n\x0fHooksRunningMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12\'\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x19.proto_types.HooksRunning\"T\n\x14\x46inishedRunningStats\x12\x11\n\tstat_line\x18\x01 \x01(\t\x12\x11\n\texecution\x18\x02 \x01(\t\x12\x16\n\x0e\x65xecution_time\x18\x03 \x01(\x02\"}\n\x17\x46inishedRunningStatsMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12/\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32!.proto_types.FinishedRunningStats\"<\n\x15\x43onstraintNotEnforced\x12\x12\n\nconstraint\x18\x01 \x01(\t\x12\x0f\n\x07\x61\x64\x61pter\x18\x02 \x01(\t\"\x7f\n\x18\x43onstraintNotEnforcedMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12\x30\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\".proto_types.ConstraintNotEnforced\"=\n\x16\x43onstraintNotSupported\x12\x12\n\nconstraint\x18\x01 \x01(\t\x12\x0f\n\x07\x61\x64\x61pter\x18\x02 \x01(\t\"\x81\x01\n\x19\x43onstraintNotSupportedMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12\x31\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32#.proto_types.ConstraintNotSupported\"%\n\x10TypeCodeNotFound\x12\x11\n\ttype_code\x18\x01 \x01(\x05\"u\n\x13TypeCodeNotFoundMsg\x12\x31\n\x04info\x18\x01 \x01(\x0b\x32#.proto_types.AdapterCommonEventInfo\x12+\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x1d.proto_types.TypeCodeNotFoundb\x06proto3')
30
-
31
- _globals = globals()
32
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
33
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'adapter_types_pb2', _globals)
34
- if not _descriptor._USE_C_DESCRIPTORS:
35
- DESCRIPTOR._loaded_options = None
36
- _globals['_ADAPTERCOMMONEVENTINFO_EXTRAENTRY']._loaded_options = None
37
- _globals['_ADAPTERCOMMONEVENTINFO_EXTRAENTRY']._serialized_options = b'8\001'
38
- _globals['_CACHEDUMPGRAPH_DUMPENTRY']._loaded_options = None
39
- _globals['_CACHEDUMPGRAPH_DUMPENTRY']._serialized_options = b'8\001'
40
- _globals['_ADAPTERCOMMONEVENTINFO']._serialized_start=100
41
- _globals['_ADAPTERCOMMONEVENTINFO']._serialized_end=399
42
- _globals['_ADAPTERCOMMONEVENTINFO_EXTRAENTRY']._serialized_start=355
43
- _globals['_ADAPTERCOMMONEVENTINFO_EXTRAENTRY']._serialized_end=399
44
- _globals['_ADAPTERNODERELATION']._serialized_start=401
45
- _globals['_ADAPTERNODERELATION']._serialized_end=494
46
- _globals['_ADAPTERNODEINFO']._serialized_start=497
47
- _globals['_ADAPTERNODEINFO']._serialized_end=807
48
- _globals['_REFERENCEKEYMSG']._serialized_start=809
49
- _globals['_REFERENCEKEYMSG']._serialized_end=880
50
- _globals['_ADAPTERDEPRECATIONWARNING']._serialized_start=882
51
- _globals['_ADAPTERDEPRECATIONWARNING']._serialized_end=945
52
- _globals['_ADAPTERDEPRECATIONWARNINGMSG']._serialized_start=948
53
- _globals['_ADAPTERDEPRECATIONWARNINGMSG']._serialized_end=1083
54
- _globals['_COLLECTFRESHNESSRETURNSIGNATURE']._serialized_start=1085
55
- _globals['_COLLECTFRESHNESSRETURNSIGNATURE']._serialized_end=1118
56
- _globals['_COLLECTFRESHNESSRETURNSIGNATUREMSG']._serialized_start=1121
57
- _globals['_COLLECTFRESHNESSRETURNSIGNATUREMSG']._serialized_end=1268
58
- _globals['_ADAPTEREVENTDEBUG']._serialized_start=1271
59
- _globals['_ADAPTEREVENTDEBUG']._serialized_end=1413
60
- _globals['_ADAPTEREVENTDEBUGMSG']._serialized_start=1415
61
- _globals['_ADAPTEREVENTDEBUGMSG']._serialized_end=1534
62
- _globals['_ADAPTEREVENTINFO']._serialized_start=1537
63
- _globals['_ADAPTEREVENTINFO']._serialized_end=1678
64
- _globals['_ADAPTEREVENTINFOMSG']._serialized_start=1680
65
- _globals['_ADAPTEREVENTINFOMSG']._serialized_end=1797
66
- _globals['_ADAPTEREVENTWARNING']._serialized_start=1800
67
- _globals['_ADAPTEREVENTWARNING']._serialized_end=1944
68
- _globals['_ADAPTEREVENTWARNINGMSG']._serialized_start=1946
69
- _globals['_ADAPTEREVENTWARNINGMSG']._serialized_end=2069
70
- _globals['_ADAPTEREVENTERROR']._serialized_start=2072
71
- _globals['_ADAPTEREVENTERROR']._serialized_end=2232
72
- _globals['_ADAPTEREVENTERRORMSG']._serialized_start=2234
73
- _globals['_ADAPTEREVENTERRORMSG']._serialized_end=2353
74
- _globals['_NEWCONNECTION']._serialized_start=2355
75
- _globals['_NEWCONNECTION']._serialized_end=2457
76
- _globals['_NEWCONNECTIONMSG']._serialized_start=2459
77
- _globals['_NEWCONNECTIONMSG']._serialized_end=2570
78
- _globals['_CONNECTIONREUSED']._serialized_start=2572
79
- _globals['_CONNECTIONREUSED']._serialized_end=2633
80
- _globals['_CONNECTIONREUSEDMSG']._serialized_start=2635
81
- _globals['_CONNECTIONREUSEDMSG']._serialized_end=2752
82
- _globals['_CONNECTIONLEFTOPENINCLEANUP']._serialized_start=2754
83
- _globals['_CONNECTIONLEFTOPENINCLEANUP']._serialized_end=2802
84
- _globals['_CONNECTIONLEFTOPENINCLEANUPMSG']._serialized_start=2805
85
- _globals['_CONNECTIONLEFTOPENINCLEANUPMSG']._serialized_end=2944
86
- _globals['_CONNECTIONCLOSEDINCLEANUP']._serialized_start=2946
87
- _globals['_CONNECTIONCLOSEDINCLEANUP']._serialized_end=2992
88
- _globals['_CONNECTIONCLOSEDINCLEANUPMSG']._serialized_start=2995
89
- _globals['_CONNECTIONCLOSEDINCLEANUPMSG']._serialized_end=3130
90
- _globals['_ROLLBACKFAILED']._serialized_start=3132
91
- _globals['_ROLLBACKFAILED']._serialized_end=3234
92
- _globals['_ROLLBACKFAILEDMSG']._serialized_start=3236
93
- _globals['_ROLLBACKFAILEDMSG']._serialized_end=3349
94
- _globals['_CONNECTIONCLOSED']._serialized_start=3351
95
- _globals['_CONNECTIONCLOSED']._serialized_end=3437
96
- _globals['_CONNECTIONCLOSEDMSG']._serialized_start=3439
97
- _globals['_CONNECTIONCLOSEDMSG']._serialized_end=3556
98
- _globals['_CONNECTIONLEFTOPEN']._serialized_start=3558
99
- _globals['_CONNECTIONLEFTOPEN']._serialized_end=3646
100
- _globals['_CONNECTIONLEFTOPENMSG']._serialized_start=3648
101
- _globals['_CONNECTIONLEFTOPENMSG']._serialized_end=3769
102
- _globals['_ROLLBACK']._serialized_start=3771
103
- _globals['_ROLLBACK']._serialized_end=3849
104
- _globals['_ROLLBACKMSG']._serialized_start=3851
105
- _globals['_ROLLBACKMSG']._serialized_end=3952
106
- _globals['_CACHEMISS']._serialized_start=3954
107
- _globals['_CACHEMISS']._serialized_end=4018
108
- _globals['_CACHEMISSMSG']._serialized_start=4020
109
- _globals['_CACHEMISSMSG']._serialized_end=4123
110
- _globals['_LISTRELATIONS']._serialized_start=4125
111
- _globals['_LISTRELATIONS']._serialized_end=4223
112
- _globals['_LISTRELATIONSMSG']._serialized_start=4225
113
- _globals['_LISTRELATIONSMSG']._serialized_end=4336
114
- _globals['_CONNECTIONUSED']._serialized_start=4338
115
- _globals['_CONNECTIONUSED']._serialized_end=4441
116
- _globals['_CONNECTIONUSEDMSG']._serialized_start=4443
117
- _globals['_CONNECTIONUSEDMSG']._serialized_end=4556
118
- _globals['_SQLQUERY']._serialized_start=4558
119
- _globals['_SQLQUERY']._serialized_end=4649
120
- _globals['_SQLQUERYMSG']._serialized_start=4651
121
- _globals['_SQLQUERYMSG']._serialized_end=4752
122
- _globals['_SQLQUERYSTATUS']._serialized_start=4754
123
- _globals['_SQLQUERYSTATUS']._serialized_end=4870
124
- _globals['_SQLQUERYSTATUSMSG']._serialized_start=4872
125
- _globals['_SQLQUERYSTATUSMSG']._serialized_end=4985
126
- _globals['_SQLCOMMIT']._serialized_start=4987
127
- _globals['_SQLCOMMIT']._serialized_end=5066
128
- _globals['_SQLCOMMITMSG']._serialized_start=5068
129
- _globals['_SQLCOMMITMSG']._serialized_end=5171
130
- _globals['_COLTYPECHANGE']._serialized_start=5173
131
- _globals['_COLTYPECHANGE']._serialized_end=5270
132
- _globals['_COLTYPECHANGEMSG']._serialized_start=5272
133
- _globals['_COLTYPECHANGEMSG']._serialized_end=5383
134
- _globals['_SCHEMACREATION']._serialized_start=5385
135
- _globals['_SCHEMACREATION']._serialized_end=5449
136
- _globals['_SCHEMACREATIONMSG']._serialized_start=5451
137
- _globals['_SCHEMACREATIONMSG']._serialized_end=5564
138
- _globals['_SCHEMADROP']._serialized_start=5566
139
- _globals['_SCHEMADROP']._serialized_end=5626
140
- _globals['_SCHEMADROPMSG']._serialized_start=5628
141
- _globals['_SCHEMADROPMSG']._serialized_end=5733
142
- _globals['_CACHEACTION']._serialized_start=5736
143
- _globals['_CACHEACTION']._serialized_end=5958
144
- _globals['_CACHEACTIONMSG']._serialized_start=5960
145
- _globals['_CACHEACTIONMSG']._serialized_end=6067
146
- _globals['_CACHEDUMPGRAPH']._serialized_start=6070
147
- _globals['_CACHEDUMPGRAPH']._serialized_end=6222
148
- _globals['_CACHEDUMPGRAPH_DUMPENTRY']._serialized_start=6179
149
- _globals['_CACHEDUMPGRAPH_DUMPENTRY']._serialized_end=6222
150
- _globals['_CACHEDUMPGRAPHMSG']._serialized_start=6224
151
- _globals['_CACHEDUMPGRAPHMSG']._serialized_end=6337
152
- _globals['_ADAPTERREGISTERED']._serialized_start=6339
153
- _globals['_ADAPTERREGISTERED']._serialized_end=6405
154
- _globals['_ADAPTERREGISTEREDMSG']._serialized_start=6407
155
- _globals['_ADAPTERREGISTEREDMSG']._serialized_end=6526
156
- _globals['_ADAPTERIMPORTERROR']._serialized_start=6528
157
- _globals['_ADAPTERIMPORTERROR']._serialized_end=6561
158
- _globals['_ADAPTERIMPORTERRORMSG']._serialized_start=6563
159
- _globals['_ADAPTERIMPORTERRORMSG']._serialized_end=6684
160
- _globals['_PLUGINLOADERROR']._serialized_start=6686
161
- _globals['_PLUGINLOADERROR']._serialized_end=6721
162
- _globals['_PLUGINLOADERRORMSG']._serialized_start=6723
163
- _globals['_PLUGINLOADERRORMSG']._serialized_end=6838
164
- _globals['_NEWCONNECTIONOPENING']._serialized_start=6840
165
- _globals['_NEWCONNECTIONOPENING']._serialized_end=6937
166
- _globals['_NEWCONNECTIONOPENINGMSG']._serialized_start=6939
167
- _globals['_NEWCONNECTIONOPENINGMSG']._serialized_end=7064
168
- _globals['_CODEEXECUTION']._serialized_start=7066
169
- _globals['_CODEEXECUTION']._serialized_end=7122
170
- _globals['_CODEEXECUTIONMSG']._serialized_start=7124
171
- _globals['_CODEEXECUTIONMSG']._serialized_end=7235
172
- _globals['_CODEEXECUTIONSTATUS']._serialized_start=7237
173
- _globals['_CODEEXECUTIONSTATUS']._serialized_end=7291
174
- _globals['_CODEEXECUTIONSTATUSMSG']._serialized_start=7293
175
- _globals['_CODEEXECUTIONSTATUSMSG']._serialized_end=7416
176
- _globals['_CATALOGGENERATIONERROR']._serialized_start=7418
177
- _globals['_CATALOGGENERATIONERROR']._serialized_end=7455
178
- _globals['_CATALOGGENERATIONERRORMSG']._serialized_start=7458
179
- _globals['_CATALOGGENERATIONERRORMSG']._serialized_end=7587
180
- _globals['_WRITECATALOGFAILURE']._serialized_start=7589
181
- _globals['_WRITECATALOGFAILURE']._serialized_end=7634
182
- _globals['_WRITECATALOGFAILUREMSG']._serialized_start=7636
183
- _globals['_WRITECATALOGFAILUREMSG']._serialized_end=7759
184
- _globals['_CATALOGWRITTEN']._serialized_start=7761
185
- _globals['_CATALOGWRITTEN']._serialized_end=7791
186
- _globals['_CATALOGWRITTENMSG']._serialized_start=7793
187
- _globals['_CATALOGWRITTENMSG']._serialized_end=7906
188
- _globals['_CANNOTGENERATEDOCS']._serialized_start=7908
189
- _globals['_CANNOTGENERATEDOCS']._serialized_end=7928
190
- _globals['_CANNOTGENERATEDOCSMSG']._serialized_start=7930
191
- _globals['_CANNOTGENERATEDOCSMSG']._serialized_end=8051
192
- _globals['_BUILDINGCATALOG']._serialized_start=8053
193
- _globals['_BUILDINGCATALOG']._serialized_end=8070
194
- _globals['_BUILDINGCATALOGMSG']._serialized_start=8072
195
- _globals['_BUILDINGCATALOGMSG']._serialized_end=8187
196
- _globals['_DATABASEERRORRUNNINGHOOK']._serialized_start=8189
197
- _globals['_DATABASEERRORRUNNINGHOOK']._serialized_end=8234
198
- _globals['_DATABASEERRORRUNNINGHOOKMSG']._serialized_start=8237
199
- _globals['_DATABASEERRORRUNNINGHOOKMSG']._serialized_end=8370
200
- _globals['_HOOKSRUNNING']._serialized_start=8372
201
- _globals['_HOOKSRUNNING']._serialized_end=8424
202
- _globals['_HOOKSRUNNINGMSG']._serialized_start=8426
203
- _globals['_HOOKSRUNNINGMSG']._serialized_end=8535
204
- _globals['_FINISHEDRUNNINGSTATS']._serialized_start=8537
205
- _globals['_FINISHEDRUNNINGSTATS']._serialized_end=8621
206
- _globals['_FINISHEDRUNNINGSTATSMSG']._serialized_start=8623
207
- _globals['_FINISHEDRUNNINGSTATSMSG']._serialized_end=8748
208
- _globals['_CONSTRAINTNOTENFORCED']._serialized_start=8750
209
- _globals['_CONSTRAINTNOTENFORCED']._serialized_end=8810
210
- _globals['_CONSTRAINTNOTENFORCEDMSG']._serialized_start=8812
211
- _globals['_CONSTRAINTNOTENFORCEDMSG']._serialized_end=8939
212
- _globals['_CONSTRAINTNOTSUPPORTED']._serialized_start=8941
213
- _globals['_CONSTRAINTNOTSUPPORTED']._serialized_end=9002
214
- _globals['_CONSTRAINTNOTSUPPORTEDMSG']._serialized_start=9005
215
- _globals['_CONSTRAINTNOTSUPPORTEDMSG']._serialized_end=9134
216
- _globals['_TYPECODENOTFOUND']._serialized_start=9136
217
- _globals['_TYPECODENOTFOUND']._serialized_end=9173
218
- _globals['_TYPECODENOTFOUNDMSG']._serialized_start=9175
219
- _globals['_TYPECODENOTFOUNDMSG']._serialized_end=9292
220
- # @@protoc_insertion_point(module_scope)