Skip to content

Commit acab09e

Browse files
committed
Revert "wip"
This reverts commit a838520
1 parent 5c5ca98 commit acab09e

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[sources.zendesk.credentials]
2-
password = ""
3-
subdomain = ""
4-
email = ""
2+
password = "zendeskdlt12345"
3+
subdomain = "d3v-dlthub"
4+
token = "yk9kQOf6VPzaU0lgV1XE4CPTXnQdoNkloq54Oesy"
5+
email = "adrian@dlthub.com"
6+
oauth_token = "c2ba3fd4191bc7c01fd39efd8c3457f152fb50368b6a10ac4885d2c29e2854ee"

docs/examples/incremental_loading/zendesk.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,5 @@ def get_pages(
122122
pipeline_name="zendesk", destination="duckdb", dataset_name="zendesk_data"
123123
)
124124

125-
#load_info = pipeline.run(zendesk_support())
126-
load_info = zendesk_support()
127-
print(list(load_info))
125+
load_info = pipeline.run(zendesk_support())
126+
print(load_info)
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
[destination.qdrant.credentials]
2-
location = ""
1+
[destination.credentials]
2+
location = "
33
api_key = ""
44

5-
[sources.zendesk.zendesk_support.credentials]
5+
[sources.credentials]
66
password = ""
77
subdomain = ""
8-
email = ""
8+
token = ""
9+
email = ""
10+
oauth_token = ""

docs/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
7-
"start": "PYTHONPATH=. poetry run pydoc-markdown && node tools/update_snippets.js && node tools/update_version_env.js && docusaurus start",
7+
"start": "poetry run node tools/update_snippets.js && docusaurus start",
88
"watch-snippets": "node tools/update_snippets.js --watch",
99
"build": "PYTHONPATH=. poetry run pydoc-markdown && node tools/update_snippets.js && node tools/update_version_env.js && docusaurus build",
1010
"build:netlify": "PYTHONPATH=. pydoc-markdown && node tools/update_snippets.js && node tools/update_version_env.js && docusaurus build --out-dir build/docs",
@@ -21,14 +21,14 @@
2121
"@mdx-js/react": "^1.6.22",
2222
"clsx": "^1.2.1",
2323
"dedent": "^1.5.1",
24+
"dotenv": "^16.3.1",
2425
"node-watch": "^0.7.4",
2526
"prism-react-renderer": "^1.3.5",
2627
"raw-loader": "^4.0.2",
2728
"react": "^17.0.2",
2829
"react-dom": "^17.0.2",
2930
"react-twitter-embed": "^4.0.4",
3031
"string-dedent": "^3.0.1",
31-
"dotenv": "^16.3.1",
3232
"toml": "^3.0.0"
3333
},
3434
"devDependencies": {

0 commit comments

Comments
 (0)