-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SBMTD Agency card server setup #297
Comments
We were seeing the following error in running the SELECT failed because the following SET options have incorrect settings: 'QUOTED_IDENTIFIER'.
Verify that SET options are correct for use with indexed views and/or indexes on computed columns
and/or filtered indexes and/or query notifications and/or XML data type methods and/or spatial index operations. This See also: https://dba.stackexchange.com/a/310575 |
❗ File encoding matters ❗ We must ensure the By default Use the bcp "SELECT ..." queryout data.txt -C 65001 ... |
Waiting to hear back from SBMTD about a network/firewall issue blocking the Azure CLI. |
SBMTD was able to get passed the network/firewall issue and the |
We met with SBMTD today and got the full end-to-end process working to bring Mobility Pass data from their server into Azure! Marking this ticket as complete 👍 ✅ |
Depends on #296
Based on notes from when we did this for MST.
Azure
prod
, create service principal for upload jobprod
as documented in infrastructure READMEAgency card server
load.bat
bcp
to extract records into UTF-8 encoded (codepoint 65001) CSV with a header row in a fileextract.bat
:(and potentially Python as well)transform.bat
:etl.bat
file to run all 3 steps in sequenceetl.bat
nightlyThe text was updated successfully, but these errors were encountered: