Skip to content

Commit e7a0d6b

Browse files
Update create_fabric_items.py
1 parent 3137c7d commit e7a0d6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Deployment/scripts/fabric_scripts/create_fabric_items.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040
ws_res = requests.post(ws_url, headers=fabric_headers, json=ws_data)
4141
ws_details = ws_res.json()
42-
# print(ws_details['id'])
42+
print(ws_details['id'])
4343
workspaceId = ws_details['id']
4444

4545
fabric_base_url = f"https://api.fabric.microsoft.com/v1/workspaces/{workspaceId}/"
@@ -214,4 +214,4 @@
214214

215215
# run the pipeline once
216216
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)
217+
job_response = requests.post(job_url, headers=fabric_headers)

0 commit comments

Comments
 (0)