Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Sep 20, 2024
1 parent 184c182 commit 6e47948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HerdingCats/herding_cats.py
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ def motherduck_data_loader(
analyse = CkanCatAnalyser()
motherd = analyse.motherduck_data_loader(
dl_link,
token="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImhlbGxvQGVubWVzaGVkLmRldiIsInNlc3Npb24iOiJoZWxsby5lbm1lc2hlZC5kZXYiLCJwYXQiOiJqc0R1YnRhNjNQSkh0RXlNMlhHVmZhYkRGWXlIdW12cEltX0t1WW9TdC0wIiwidXNlcklkIjoiZGI5OWY3ZWYtZTYwNi00NmY3LWE2MTktZWU0NDFiZDQ3ZTgzIiwiaXNzIjoibWRfcGF0IiwiaWF0IjoxNzI2NDM0NjI1LCJleHAiOjE3MjcwMzk0MjV9.9IWL5nAuWSOHCs6aWoZRy2WC1_BqjwWKrPBk7xCkk0U",
token="",
duckdb_name="test",
table_name="test_table_herding_cats",
)

0 comments on commit 6e47948

Please sign in to comment.