https://dagster.io/ logo
#announcements
Title
# announcements
a

achintamiri

09/16/2019, 10:45 AM
Hi @max I have a important query If I run julia via python script ,will that be supported by Dagster as I see Dagster just needs to run the python code which It supports . Below example explains what I mean. Currently I have environment issue I am unable to test my condition and below code works and as a normal python script and I have tested it .Could you help me to understand If dagster will support this in the form of a solid definition
Copy code
#file.py 
 import julia
 j = julia.Julia()
x = j.include("test.jl")