Skip to content

Commit

Permalink
Update src/notebook/misc/migrate_metabase_questions.md
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Maupetit <[email protected]>
  • Loading branch information
loco-philippe and jmaupetit authored Feb 6, 2025
1 parent 1653bcd commit 62ec106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notebook/misc/migrate_metabase_questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def migration_questions(
id_snippet = {} if not id_snippet else id_snippet

# liste des questions à copier
response = requests.get(url_from + api_card,
response = requests.get(url_join(url_from, api_card),
headers={'x-api-key': key_from}).json()
questions = [resp_js for resp_js in response]

Expand Down

0 comments on commit 62ec106

Please sign in to comment.