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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,9 @@
1
1
# Changelog
2
2
3
-
All notable changes to this project will be documented in this file.
4
3
5
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
-
**NOTE:** For CLI interfaces, we support SemVer approach. However, for API components we don't use SemVer as of now. This may lead to instability when using dbx API methods directly.
9
-
10
-
[Please read through the Keep a Changelog (~5min)](https://keepachangelog.com/en/1.0.0/).
-- Above command will prompt you to provide onboarding details. If you have cloned dlt-meta git repo then accept defaults which will launch config from demo folder.
1.[DAIS 2023 DEMO](#dais-2023-demo): Showcases DLT-META's capabilities of creating Bronze and Silver DLT pipelines with initial and incremental mode automatically.
3
+
2.[Databricks Techsummit Demo](#databricks-tech-summit-fy2024-demo): 100s of data sources ingestion in bronze and silver DLT pipelines automatically.
4
+
5
+
6
+
# DAIS 2023 DEMO
7
+
This Demo launches Bronze and Silver DLT pipleines with following activities:
8
+
- Customer and Transactions feeds for initial load
9
+
- Adds new feeds Product and Stores to existing Bronze and Silver DLT pipelines with metadata changes.
10
+
- Runs Bronze and Silver DLT for incremental load for CDC events
6. Run the command ```python demo/launch_dais_demo.py --username=<<your databricks username>> --source=cloudfiles --uc_catalog_name=<<uc catalog name>> --cloud_provider_name=aws --dbr_version=13.3.x-scala2.12 --dbfs_path=dbfs:/dais-dlt-meta-demo-automated_new```
27
+
- cloud_provider_name : aws or azure or gcp
28
+
- db_version : Databricks Runtime Version
29
+
- dbfs_path : Path on your Databricks workspace where demo will be copied for launching DLT-META Pipelines
30
+
- you can provide `--profile=databricks_profile name` in case you already have databricks cli otherwise command prompt will ask host and token.
31
+
32
+
- - 6a. Databricks Workspace URL:
33
+
- - Enter your workspace URL, with the format https://<instance-name>.cloud.databricks.com. To get your workspace URL, see Workspace instance names, URLs, and IDs.
34
+
35
+
- - 6b. Token:
36
+
- In your Databricks workspace, click your Databricks username in the top bar, and then select User Settings from the drop down.
37
+
38
+
- On the Access tokens tab, click Generate new token.
39
+
40
+
- (Optional) Enter a comment that helps you to identify this token in the future, and change the token’s default lifetime of 90 days. To create a token with no lifetime (not recommended), leave the Lifetime (days) box empty (blank).
41
+
42
+
- Click Generate.
43
+
44
+
- Copy the displayed token
45
+
46
+
- Paste to command prompt
47
+
48
+
# Databricks Tech Summit FY2024 DEMO:
49
+
This demo will launch auto generated tables(100s) inside single bronze and silver DLT pipeline using dlt-meta.
6. Run the command ```python demo/launch_techsummit_demo.py [email protected] --source=cloudfiles --cloud_provider_name=aws --dbr_version=13.3.x-scala2.12 --dbfs_path=dbfs:/techsummit-dlt-meta-demo-automated ```
65
+
- cloud_provider_name : aws or azure or gcp
66
+
- db_version : Databricks Runtime Version
67
+
- dbfs_path : Path on your Databricks workspace where demo will be copied for launching DLT-META Pipelines
68
+
- you can provide `--profile=databricks_profile name` in case you already have databricks cli otherwise command prompt will ask host and token
69
+
70
+
- - 6a. Databricks Workspace URL:
71
+
- Enter your workspace URL, with the format https://<instance-name>.cloud.databricks.com. To get your workspace URL, see Workspace instance names, URLs, and IDs.
72
+
73
+
- - 6b. Token:
74
+
- In your Databricks workspace, click your Databricks username in the top bar, and then select User Settings from the drop down.
75
+
76
+
- On the Access tokens tab, click Generate new token.
77
+
78
+
- (Optional) Enter a comment that helps you to identify this token in the future, and change the token’s default lifetime of 90 days. To create a token with no lifetime (not recommended), leave the Lifetime (days) box empty (blank).
0 commit comments