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 4188aa1 commit c54ace3Copy full SHA for c54ace3
samples/create_extract_task.py
@@ -29,7 +29,6 @@ def main():
29
help="desired logging level (set to error by default)",
30
)
31
# Options specific to this sample:
32
- # Options specific to this sample
33
parser.add_argument("resource_type", choices=["workbook", "datasource"])
34
parser.add_argument("resource_id")
35
parser.add_argument("--incremental", default=False)
0 commit comments