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 3137c7d commit e7a0d6bCopy full SHA for e7a0d6b
Deployment/scripts/fabric_scripts/create_fabric_items.py
@@ -39,7 +39,7 @@
39
}
40
ws_res = requests.post(ws_url, headers=fabric_headers, json=ws_data)
41
ws_details = ws_res.json()
42
- # print(ws_details['id'])
+ print(ws_details['id'])
43
workspaceId = ws_details['id']
44
45
fabric_base_url = f"https://api.fabric.microsoft.com/v1/workspaces/{workspaceId}/"
@@ -214,4 +214,4 @@
214
215
# run the pipeline once
216
job_url = fabric_base_url + f"items/{pipeline_response.json()['id']}/jobs/instances?jobType=Pipeline"
217
-job_response = requests.post(job_url, headers=fabric_headers)
+job_response = requests.post(job_url, headers=fabric_headers)
0 commit comments