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 demo: GCP #153

Open
caloudz opened this issue Dec 5, 2024 · 0 comments
Open

dbt demo: GCP #153

caloudz opened this issue Dec 5, 2024 · 0 comments

Comments

@caloudz
Copy link

caloudz commented Dec 5, 2024

In GCP environment, when running

dbdemos.install('dbt-on-databricks')

it throws an error:

Installation error: Can't create the workflow
{}.
dbdemos creates jobs to load your demo data. If you don't have cluster creation permission, you can start the job using the current cluster.dbdemos.install('dbt-on-databricks', use_current_cluster=True)
Details
Pipeline configuration:{"name": "dbdemos-dbt-claudia_dai", "email_notifications": {"no_alert_for_skipped_runs": false}, "webhook_notifications": {}, "timeout_seconds": 0, "max_concurrent_runs": 1, "tasks": [{"task_key": "01-autoloader-data-ingestion", "notebook_task": {"notebook_path": "/Users/[email protected]/dbt-on-databricks/dbdemos-dbt-databricks-c360/01-load-raw-data/01-load-data", "source": "WORKSPACE", "base_parameters": {"catalog": "main", "schema": "dbdemos_dbt_retail"}}, "timeout_seconds": 0, "email_notifications": {}}, {"task_key": "02-dbt-data-transformation", "depends_on": [{"task_key": "01-autoloader-data-ingestion"}], "dbt_task": {"project_directory": "/Users/[email protected]/dbt-on-databricks/dbdemos-dbt-databricks-c360", "commands": ["dbt run", "dbt test --store-failures --vars '{\"catalog\": \"main\", \"schema\":\"dbdemos_dbt_retail\"}'"], "warehouse_id": "e4169814a02ee123", "schema": "dbdemos_dbt_retail", "catalog": "main", "source": "WORKSPACE"}, "libraries": [{"pypi": {"package": "dbt-databricks==1.8.7"}}], "timeout_seconds": 0, "email_notifications": {}}, {"task_key": "03-ml-churn-prediction", "depends_on": [{"task_key": "02-dbt-data-transformation"}], "notebook_task": {"notebook_path": "/Users/[email protected]/dbt-on-databricks/dbdemos-dbt-databricks-c360/03-ml-predict-churn/03-churn-prediction", "source": "WORKSPACE", "base_parameters": {"catalog": "main", "schema": "dbdemos_dbt_retail"}}, "timeout_seconds": 0, "email_notifications": {}}], "format": "MULTI_TASK"}API response:{"error_code": "INVALID_PARAMETER_VALUE", "message": "Libraries field is not supported for serverless task, please specify libraries in environment."}
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

1 participant