dbt-sqlite
dbt-sqlite copied to clipboard
Add dbt/include/sqlite/profile_template.yml
See https://docs.getdbt.com/docs/contributing/building-a-new-adapter#other-files
Couldn't figure out how to do the schemas_and_paths and extensions parts
fixed:
type: sqlite
threads: 1
database: "database"
schema: "main"
prompts:
schemas_and_paths:
main:
hint: '/my_project/data/etl.db'
schema_directory:
hint: '/my_project/data'
extensions:
- "/path/to/sqlean/crypto.so"
Hey @codeforkjeff! I see you started implementing features from the more recent adapter docs 👍.
I opened https://github.com/dbt-labs/dbt-core/issues/4462 and will make a PR if they're interested 🤞.
@edgarrmondragon wow, thank you so much for doing that!