I want to query a different subscription SQL Pool using SPark can I just use the same syntax or is additional configuration neccesary and if so how to?
df = spark.read.option(Constants.SERVER, "<server>.sql.azuresynapse.net") \
.synapsesql("<db>.<schema>.<table>")
I tried this and was getting authentication issues even though I can copy the data using Copy Activity
Thanks