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

dbt: Improve entry point page. Absorb community tutorial. #153

Merged
merged 3 commits into from
Dec 23, 2024

Conversation

amotl
Copy link
Member

@amotl amotl commented Nov 29, 2024

About

Refurbish layout of dbt page, and absorb content from community tutorial "Using dbt with CrateDB" by @hlcianfagna. Thanks and cheers!

Preview

https://cratedb-guide--153.org.readthedocs.build/integrate/dbt/
https://cratedb-guide--153.org.readthedocs.build/integrate/dbt/usage.html

@amotl amotl force-pushed the amo/dbt-improve-2 branch from 3b2ba3f to c35cfb8 Compare November 29, 2024 20:18
@amotl amotl mentioned this pull request Dec 11, 2024
8 tasks
Copy link
Member Author

@amotl amotl Dec 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

About the naming things details of the canonical "getting started" tutorial, see also:

Here, we used usage.md for a page with the title Using dbt with CrateDB, which indeed includes general usage information more than a real tutorial.

oreilly.com responds with oscillating 502 Bad Gateway and 504 Gateway
Time-out errors. Maybe it will only be a temporary error.
@amotl amotl force-pushed the amo/dbt-improve-2 branch from c0f81e4 to 8696b12 Compare December 21, 2024 19:49
@amotl amotl marked this pull request as ready for review December 21, 2024 19:53
- CrateDB’s fixed catalog name is `crate`, the default schema name is `doc`.
- CrateDB does not implement the notion of a database, however tables can be created in different [schemas](https://cratedb.com/docs/crate/reference/en/latest/general/ddl/create-table.html#ddl-create-table-schemas).
- When asked for a database name, specifying a schema name (any), or the fixed catalog name `crate` may be applicable.
- If a database-/schema-name is omitted while connecting, the PostgreSQL drivers may default to the “username”.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- If a database-/schema-name is omitted while connecting, the PostgreSQL drivers may default to the “username”.
- If a database/schema name is omitted while connecting, the PostgreSQL drivers may default to the “username”.

@amotl amotl force-pushed the amo/dbt-improve-2 branch from 8696b12 to 15854d4 Compare December 23, 2024 10:37
@amotl amotl merged commit 21cf9a5 into main Dec 23, 2024
3 checks passed
@amotl amotl deleted the amo/dbt-improve-2 branch December 23, 2024 10:43
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

Successfully merging this pull request may close these issues.

2 participants