Skip to content
Snippets Groups Projects
Commit 9ec40968 authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

fix typo in python example (#5286)

parent ccb3b9f0
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ METABASE_SITE_URL = ${JSON.stringify(siteUrl)}
METABASE_SECRET_KEY = ${JSON.stringify(secretKey)}
payload = {
"resource": "{${resourceType}": ${resourceId}},
"resource": {"${resourceType}": ${resourceId}},
"params": {
${Object.entries(params).map(([key,value]) => JSON.stringify(key) + ": " + JSON.stringify(value)).join(",\n ")}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment