Skip to content

[GRA-258] Pressing run on an existing run with a RunFile fails #699

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
edlouth opened this issue Oct 9, 2023 · 0 comments
Open

[GRA-258] Pressing run on an existing run with a RunFile fails #699

edlouth opened this issue Oct 9, 2023 · 0 comments
Labels
bug Something isn't working grai-server Created by Linear-GitHub Sync hacktoberfest linear

Comments

@edlouth
Copy link
Contributor

edlouth commented Oct 9, 2023

To reproduce:

  1. Add a source which uses a file, for example dbt or yaml file.
  2. You should get a screen showing the run, as the file is processed.
  3. 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.

From SyncLinear.com | GRA-258

@edlouth edlouth self-assigned this Oct 9, 2023
@edlouth edlouth added bug Something isn't working grai-server Created by Linear-GitHub Sync labels Oct 9, 2023
@github-actions github-actions bot added the linear label Oct 9, 2023
@edlouth edlouth removed their assignment Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working grai-server Created by Linear-GitHub Sync hacktoberfest linear
Projects
None yet
Development

No branches or pull requests

1 participant