dbt-sqlite icon indicating copy to clipboard operation
dbt-sqlite copied to clipboard

Add dbt/include/sqlite/profile_template.yml

Open codeforkjeff opened this issue 3 years ago • 2 comments

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"

codeforkjeff avatar Dec 09 '21 03:12 codeforkjeff

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 avatar Dec 09 '21 06:12 edgarrmondragon

@edgarrmondragon wow, thank you so much for doing that!

ghost avatar Dec 09 '21 06:12 ghost