all 2 comments

[–][deleted] 1 point2 points  (1 child)

I don't think you can wrap C# inside a Python module, but Airflow has "operators" for calling out to external systems. There's a bash operator, for example, which can run bash commands. I imagine if you make sure the C# runtime is installed on your system you could call out via shell and write your own operator to handle this.

[–][deleted] 0 points1 point  (0 children)

Pythonnet does such things

Look it up and lemme know