File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -694,7 +694,6 @@ def test_create_w_alternate_client(self):
694694 RESOURCE ['expirationTime' ] = _millis (self .EXP_TIME )
695695 RESOURCE ['view' ] = {}
696696 RESOURCE ['view' ]['query' ] = QUERY
697- # RESOURCE['view']['useLegacySql'] = True
698697 RESOURCE ['type' ] = 'VIEW'
699698 conn1 = _Connection ()
700699 client1 = _Client (project = self .PROJECT , connection = conn1 )
@@ -705,7 +704,6 @@ def test_create_w_alternate_client(self):
705704 table .friendly_name = TITLE
706705 table .description = DESCRIPTION
707706 table .view_query = QUERY
708- # table.view_use_legacy_sql = True
709707
710708 table .create (client = client2 )
711709
@@ -721,7 +719,6 @@ def test_create_w_alternate_client(self):
721719 'tableId' : self .TABLE_NAME },
722720 'description' : DESCRIPTION ,
723721 'friendlyName' : TITLE ,
724- # 'view': {'query': QUERY, 'useLegacySql': True},
725722 'view' : {'query' : QUERY },
726723 }
727724 self .assertEqual (req ['data' ], SENT )
You can’t perform that action at this time.
0 commit comments