You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we grab the output of this command and write elementary_profiles/profiles.yml. we may need to insert the keys sslmode and sslrootcert if they exist in profiles/profiles.yml, and we have to put in the correct password
then we run (the code which is currently inside) createedrsendreportdataflow.py
The text was updated successfully, but these errors were encountered:
If dbt is setup for an account but elementary is not, the "data quality" screen should show a "set up elementary" button
This will
git pull
dbt deps
dbt run --select elementary
If the dbt project is not set up for elementary these the third command will fail and the user will have to fix it on github
Otherwise we continue running
dbt run-operation elementary.generate_elementary_cli_profile
elementary_profiles/profiles.yml
. we may need to insert the keyssslmode
andsslrootcert
if they exist inprofiles/profiles.yml
, and we have to put in the correctpassword
createedrsendreportdataflow.py
The text was updated successfully, but these errors were encountered: