python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Automate deploying of synapse artifacts to devops repo
im trying to deploy some synapse artifacts to a synapse workspace with devops repo integration via a python runbook. By using the azure-synapse-artifacts library of the python azure sdk the artifacts ...
pweber
Votes: 0
Answers: 1
Python Azure SDK - Incorrect datetime format inferred when reading tabular data from blobstore with from_delimited_files()
I am using the Azure Python SDK to read a tabular dataset from a Blob Store as follows:
df = Dataset.Tabular.from_delimited_files(path=[DataPath(ds, blobstore_dir + 'tabular_data.csv')],
...
crumpet
Votes: 0
Answers: 1