Skip to content

Commit

Permalink
Merge pull request #84 from databrickslabs/feature/v0.0.8
Browse files Browse the repository at this point in the history
Corrected docs image paths for github pages
  • Loading branch information
ravi-databricks authored Aug 6, 2024
2 parents 1bc01ba + 6b3e281 commit 39eea38
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<img src="https://img.shields.io/badge/DOCS-PASSING-green?style=for-the-badge" alt="Documentation Status"/>
</a>
<a href="https://pypi.org/project/dlt-meta/">
<img src="https://img.shields.io/badge/PYPI-v%200.0.7-green?style=for-the-badge" alt="Latest Python Release"/>
<img src="https://img.shields.io/badge/PYPI-v%200.0.8-green?style=for-the-badge" alt="Latest Python Release"/>
</a>
<a href="https://github.com/databrickslabs/dlt-meta/actions/workflows/onpush.yml">
<img src="https://img.shields.io/github/workflow/status/databrickslabs/dlt-meta/build/main?style=for-the-badge"
Expand Down
2 changes: 1 addition & 1 deletion docs/content/demo/Append_FLOW_CF.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ This demo will perform following tasks:
- uc_catalog_name: Unity catalog name
- you can provide `--profile=databricks_profile name` in case you already have databricks cli otherwise command prompt will ask host and token

![af_am_demo.png](docs/static/images/af_am_demo.png)
![af_am_demo.png](/images/af_am_demo.png)
2 changes: 1 addition & 1 deletion docs/content/demo/Append_FLOW_EH.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ draft: false
python3 demo/launch_af_eventhub_demo.py --cloud_provider_name=aws --dbr_version=15.3.x-scala2.12 --dbfs_path=dbfs:/tmp/DLT-META/demo/ --uc_catalog_name=ravi_dlt_meta_uc --eventhub_name=dltmeta_demo --eventhub_name_append_flow=dltmeta_demo_af --eventhub_secrets_scope_name=dltmeta_eventhub_creds --eventhub_namespace=dltmeta --eventhub_port=9093 --eventhub_producer_accesskey_name=RootManageSharedAccessKey --eventhub_consumer_accesskey_name=RootManageSharedAccessKey --eventhub_accesskey_secret_name=RootManageSharedAccessKey --uc_catalog_name=ravi_dlt_meta_uc
```

![af_eh_demo.png](docs/static/images/af_eh_demo.png)
![af_eh_demo.png](/images/af_eh_demo.png)
4 changes: 2 additions & 2 deletions docs/content/demo/Silver_Fanout.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ draft: false

- Paste to command prompt

![silver_fanout_workflow.png](docs/static/images/silver_fanout_workflow.png)
![silver_fanout_workflow.png](/images/silver_fanout_workflow.png)

![silver_fanout_dlt.png](docs/static/images/silver_fanout_dlt.png)
![silver_fanout_dlt.png](/images/silver_fanout_dlt.png)

0 comments on commit 39eea38

Please sign in to comment.