databricks-demos / dbdemos

Demos to implement your Databricks Lakehouse
Other
255 stars 80 forks source link

Error while installing "lakehouse-fsi-fraud" demo #107

Open kuldeep-in opened 4 months ago

kuldeep-in commented 4 months ago

I'm using below command to install the demo: dbdemos.install("lakehouse-fsi-fraud", overwrite=True, path='/Users/***********/dbdemos_lakehouse-fsi-fraud')

Getting below output and error: Pipeline Configuration {"clusters": [{"label": "default", "autoscale": {"min_workers": 1, "max_workers": 2, "mode": "LEGACY"}, "custom_tags": {"project": "dbdemos", "demo": "lakehouse-fsi-fraud", "demo_install_date": "2024-02-14"}, "instance_pool_id": "101-1719-hor44-pool-ksstjz"}], "development": true, "continuous": false, "channel": "PREVIEW", "edition": "ADVANCED", "photon": true, "libraries": [{"notebook": {"path": "/Users/***********/dbdemos_lakehouse-fsi-fraud/lakehouse-fsi-fraud/01-Data-ingestion/01.1-DLT-fraud-detection-SQL"}}], "name": "dbdemos-fsi-fraud-detection", "catalog": "dbdemos", "target": "fsi_fraud_detection"}

API Response (Error): {"error_code": "INVALID_PARAMETER_VALUE", "message": "Cannot modify catalog of an existing pipeline. Existing catalog: '***murphydbdemos'. Requested catalog: 'dbdemos'"}