Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dbt/include/sqlite/profile_template.yml #14

Open
codeforkjeff opened this issue Dec 9, 2021 · 2 comments
Open

Add dbt/include/sqlite/profile_template.yml #14

codeforkjeff opened this issue Dec 9, 2021 · 2 comments

Comments

@codeforkjeff
Copy link
Owner

codeforkjeff commented Dec 9, 2021

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"
@edgarrmondragon
Copy link
Contributor

Hey @codeforkjeff! I see you started implementing features from the more recent adapter docs 👍.

I opened dbt-labs/dbt-core#4462 and will make a PR if they're interested 🤞.

@codeforkjeff
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants