πDev
Dev
To use the dev command, you have to specify your assets definition files -
# for a single file
fiat dev run -f your_asset_file.py
# for multiple files
fiat dev run -f file1.py,file2.py,file3.py
As for how to define your assets, please check our Fiat Copilot section.
π§βπFiat CopilotLast updated