I am trying to access the sql script node in my pipeline activities using python. The idea is to export sql-script to this node in ASA (Azure Synapse Analytics) using python.
The connection with python to the sqlpool was already successful and could run some sql-code in the sqlpool. However, accessing the pipeline activities is what i am trying to achieve.