Skip to content

Commit

Permalink
Revert "wip"
Browse files Browse the repository at this point in the history
This reverts commit a838520
  • Loading branch information
hibajamal committed Nov 29, 2023
1 parent 5c5ca98 commit acab09e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
8 changes: 5 additions & 3 deletions docs/examples/incremental_loading/.dlt/secrets.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[sources.zendesk.credentials]
password = ""
subdomain = ""
email = ""
password = "zendeskdlt12345"
subdomain = "d3v-dlthub"
token = "yk9kQOf6VPzaU0lgV1XE4CPTXnQdoNkloq54Oesy"
email = "[email protected]"
oauth_token = "c2ba3fd4191bc7c01fd39efd8c3457f152fb50368b6a10ac4885d2c29e2854ee"
5 changes: 2 additions & 3 deletions docs/examples/incremental_loading/zendesk.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,5 @@ def get_pages(
pipeline_name="zendesk", destination="duckdb", dataset_name="zendesk_data"
)

#load_info = pipeline.run(zendesk_support())
load_info = zendesk_support()
print(list(load_info))
load_info = pipeline.run(zendesk_support())
print(load_info)
10 changes: 6 additions & 4 deletions docs/website/docs/examples/qdrant_zendesk/code/.dlt/secrets.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[destination.qdrant.credentials]
location = ""
[destination.credentials]
location = "
api_key = ""

[sources.zendesk.zendesk_support.credentials]
[sources.credentials]
password = ""
subdomain = ""
email = ""
token = ""
email = ""
oauth_token = ""
4 changes: 2 additions & 2 deletions docs/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "PYTHONPATH=. poetry run pydoc-markdown && node tools/update_snippets.js && node tools/update_version_env.js && docusaurus start",
"start": "poetry run node tools/update_snippets.js && docusaurus start",
"watch-snippets": "node tools/update_snippets.js --watch",
"build": "PYTHONPATH=. poetry run pydoc-markdown && node tools/update_snippets.js && node tools/update_version_env.js && docusaurus build",
"build:netlify": "PYTHONPATH=. pydoc-markdown && node tools/update_snippets.js && node tools/update_version_env.js && docusaurus build --out-dir build/docs",
Expand All @@ -21,14 +21,14 @@
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"dedent": "^1.5.1",
"dotenv": "^16.3.1",
"node-watch": "^0.7.4",
"prism-react-renderer": "^1.3.5",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-twitter-embed": "^4.0.4",
"string-dedent": "^3.0.1",
"dotenv": "^16.3.1",
"toml": "^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit acab09e

Please sign in to comment.