You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a source which uses a file, for example dbt or yaml file.
You should get a screen showing the run, as the file is processed.
On this screen press the Run button and you will get an error.
The bug relates to the fact that the file is associated with an individual run, as a RunFile Django model. Pressing the button causes a new Run to be created, but it isn't associated with the file. The solution is to copy the file and create a new RunFile for the new Run.
Uh oh!
There was an error while loading. Please reload this page.
To reproduce:
The bug relates to the fact that the file is associated with an individual run, as a
RunFile
Django model. Pressing the button causes a newRun
to be created, but it isn't associated with the file. The solution is to copy the file and create a newRunFile
for the newRun
.From SyncLinear.com | GRA-258
The text was updated successfully, but these errors were encountered: