8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a5159 commit ade073cCopy full SHA for ade073c
samples/refresh.py
@@ -44,7 +44,7 @@ def main():
44
resource = server.workbooks.get_by_id(args.resource_id)
45
46
# trigger the refresh, you'll get a job id back which can be used to poll for when the refresh is done
47
- results = server.workbooks.refresh(resource)
+ results = server.workbooks.refresh(args.resource_id)
48
else:
49
# Get the datasource by its Id to make sure it exists
50
resource = server.datasources.get_by_id(args.resource_id)
0 commit comments