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
"query": "SELECT ORDERDATE, STATUS, PRODUCTLINE, PRODUCTCODE, CUSTOMERNAME, DEALSIZE\nFROM OPENROWSET(\n BULK 'https://knoxlakegen2.blob.core.windows.net/etlload/archive/*/*/*.csv',\n FORMAT = 'csv',\n PARSER_VERSION = '2.0',\n HEADER_ROW = TRUE) AS orders\nWHERE orders.filepath(1) = '2005'\n AND orders.filepath(2) IN ('1')\n AND ORDERDATE IS NOT NULL;",