Join Slack
Powered by
for mssql cat mssql_etl.py from common import run...
# ingestion
g
gentle-plumber-6625
12/16/2020, 12:28 PM
for mssql cat mssql_etl.py from common import run # See
https://github.com/m32/sqlalchemy-tds
for more details URL = '
mssql+pytds://test_user
:test123@127.0.0.1:1433/testdb' OPTIONS = {} PLATFORM = 'mssql' run(URL, OPTIONS, PLATFORM)
b
big-carpet-38439
12/16/2020, 5:54 PM
@gentle-plumber-6625
Hi there! Can you confirm you're using Python3?
big-carpet-38439
12/16/2020, 5:55 PM
(Specifically a version > 3.6, as this appears to be when the formatted f-string feature was released. Prior to that SyntaxError will be raised)
g
gentle-plumber-6625
12/16/2020, 7:33 PM
Thanks John.. upgraded python version to 3.6 & issue is resolved
👍 1
🎉 2
Open in Slack
Previous
Next