Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dpguthrie committed Jan 29, 2024
1 parent d0a6f70 commit 9b9c983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ The `cloud` property on the `dbtCloudClient` class contains methods that allow a
Assuming that `DBT_CLOUD_ACCOUNT_ID` and `DBT_CLOUD_PROJECT_ID`
environment variables have been set.
```bash
dbtc create-adapter --payload='{"id": null, "account_id": 1, "created_by_id": 1, "project_id": 1, "state": 1, "adapter_version": "databricks_spark_v0"}'
dbtc adapters create --payload='{"id": null, "account_id": 1, "created_by_id": 1, "project_id": 1, "state": 1, "adapter_version": "databricks_spark_v0"}'
```

### delete_adapter
Expand Down

0 comments on commit 9b9c983

Please sign in to comment.