Skip to content

Commit

Permalink
docs: mention the requirements.txt file
Browse files Browse the repository at this point in the history
which should be optional
  • Loading branch information
pomegranited committed Jun 20, 2024
1 parent f4b5b24 commit 946989d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/how-tos/dbt_extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ Update the generated ``dbt_project.yml`` to use the ``aspects`` profile:
# This setting configures which "profile" dbt uses for this project.
profile: 'aspects'
Also set the location for compiled SQL to match that used by ``aspects``:

.. code-block:: yaml
# directory which will store compiled SQL files
target-path: "target"
Step 3. Link to aspects-dbt
===========================

Expand All @@ -80,6 +89,9 @@ Step 4. Add your custom transforms
Here is where you will need an understanding of dbt, Clickhouse, Aspects' data schemas, and the specific transforms you
want to create.

If you need any python dependencies beyond what is provided by aspects-dbt, add these to a ``requirements.txt`` file at
the top level of your repository.

.. note:: You can use Aspects to debug your custom SQL:

#. Login to Superset as an Open edX superuser.
Expand Down

0 comments on commit 946989d

Please sign in to comment.