You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cell.source=cell.source.replace('my_ProjectID = "" #@param {type:"string"}', f"this project_id is injected for testing /n my_ProjectID='{project_id}'")
13
+
cell.source=cell.source.replace('my_ProjectID = "" #@param {type:"string"}', f"#this project_id is injected for testing\nmy_ProjectID='{project_id}'")
14
14
# Comment out another line
15
-
cell.source=cell.source.replace('auth.authenticate_user()', '#while testing, the authentication is handled by using application default credentials /n #auth.authenticate_user()')
15
+
cell.source=cell.source.replace('auth.authenticate_user()', '#while testing, the authentication is handled by using application default credentials\n#auth.authenticate_user()')
16
16
cell.source=cell.source.replace('REPLACE THIS TEXT WITH YOUR QUERY!', query1)
17
17
cell.source=cell.source.replace('# write the selection criteria under this line!', query2)
query1='#this query is injected for testing /n SELECT DISTINCT collection_tumorLocation FROM `bigquery-public-data.idc_current.dicom_all` 'if'part2'infile_nameelse''
34
-
query2='#this query is injected for testing /n MODALITY=\'MR\' AND collection_tumorLocation=\'Lung\''if'part2'infile_nameelse''
33
+
query1='#this query is injected for testing\n SELECT DISTINCT collection_tumorLocation FROM `bigquery-public-data.idc_current.dicom_all` 'if'part2'infile_nameelse''
34
+
query2='#this query is injected for testing\n MODALITY=\'MR\' AND collection_tumorLocation=\'Lung\''if'part2'infile_nameelse''
0 commit comments