-
Notifications
You must be signed in to change notification settings - Fork 9
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
additional goodies csv sftp perf sql and more #855
additional goodies csv sftp perf sql and more #855
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ac2398c - Browse repository at this point
Copy the full SHA ac2398cView commit details -
fix: allow values to be corrected in bad states
Instead of allowing the state to be not recoverable, this will instead fail to render the available variables section only.
Configuration menu - View commit details
-
Copy full SHA for ccda9cd - Browse repository at this point
Copy the full SHA ccda9cdView commit details
Commits on Dec 22, 2023
-
feat: add set multiple variables step type
Similar to set_variable but this allows multiple values to be set on an existing or new path. This simplifies initialisation of multiple variables per instance run, such as counters used for reporting.
Configuration menu - View commit details
-
Copy full SHA for 12318d1 - Browse repository at this point
Copy the full SHA 12318d1View commit details -
fix: warning logs now display and are more legible
- The background with white text was difficult to read (low contrast) - The warning regex previously in place was incorrect
Configuration menu - View commit details
-
Copy full SHA for a703315 - Browse repository at this point
Copy the full SHA a703315View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e2d24f - Browse repository at this point
Copy the full SHA 3e2d24fView commit details -
feat: run name and id are now available as expressable vars
Also tweaked comment on string format of run based output logs.
Configuration menu - View commit details
-
Copy full SHA for 7600e48 - Browse repository at this point
Copy the full SHA 7600e48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5467d78 - Browse repository at this point
Copy the full SHA 5467d78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f95f1c - Browse repository at this point
Copy the full SHA 7f95f1cView commit details -
fix: reader csv error to be more correct for header/fields count alig…
…nment It is more correct to expect the number of fields to match the number of headers, not the other way around necessarily.
Configuration menu - View commit details
-
Copy full SHA for b760edd - Browse repository at this point
Copy the full SHA b760eddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27290a3 - Browse repository at this point
Copy the full SHA 27290a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c3948d - Browse repository at this point
Copy the full SHA 1c3948dView commit details -
feat: add an option to continue processing the csv file on known pars…
…e issues The only one is currently a count mismatch on header and the row fields
Configuration menu - View commit details
-
Copy full SHA for 7ffa407 - Browse repository at this point
Copy the full SHA 7ffa407View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7485ef - Browse repository at this point
Copy the full SHA f7485efView commit details