delete deprecated create_adapter_plugins script (#12280)

This commit is contained in:
Michelle Ark
2025-12-12 17:01:18 -05:00
committed by GitHub
parent c4dc80dcd2
commit 71a6e53102

View File

@@ -1,5 +0,0 @@
# The create_adapter_plugins script is being replaced by a new interactive cookiecutter scaffold
# that can be found https://github.com/dbt-labs/dbt-database-adapter-scaffold
print(
"This script has been deprecated, to create a new adapter please visit https://github.com/dbt-labs/dbt-database-adapter-scaffold"
)