-
Notifications
You must be signed in to change notification settings - Fork 16
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
Task/RDMP-248 data load allow specials #1992
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
...re/CommandExecution/AtomicCommands/ExecuteCommandToggleAllowReservedPrefixForLoadMetadata.cs
Dismissed
Show dismissed
Hide dismissed
@@ -151,11 +151,12 @@ | |||
|
|||
public void CreateTablesInStage(DatabaseCloner cloner, LoadBubble stage) | |||
{ | |||
bool allowReservedPrefixColumns = stage == LoadBubble.Raw ? LoadMetadata.AllowReservedPrefix : true; |
Check notice
Code scanning / CodeQL
Unnecessarily complex Boolean expression Note
The expression 'A ? B : true' can be simplified to '!A || B'.
rdteviotdale
approved these changes
Sep 19, 2024
JFriel
added a commit
that referenced
this pull request
Sep 23, 2024
* button disabling * add cohort versioning update * add changelog * update changelog * add basic aws integration * add checks * added checks * handle empty bucket * loop through catalogues * update changelog * add missing file * tidy up * Bump FluentFTP from 50.1.0 to 51.0.0 Bumps [FluentFTP](https://github.com/robinrodricks/FluentFTP) from 50.1.0 to 51.0.0. - [Release notes](https://github.com/robinrodricks/FluentFTP/releases) - [Changelog](https://github.com/robinrodricks/FluentFTP/blob/master/RELEASES.md) - [Commits](https://github.com/robinrodricks/FluentFTP/commits) --- updated-dependencies: - dependency-name: FluentFTP dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * start of updated cohort versioning * move and tidy up * add hcangelog * Bump DockPanelSuite.ThemeVS2015 from 3.1.0 to 3.1.1 (#1918) Bumps DockPanelSuite.ThemeVS2015 from 3.1.0 to 3.1.1. --- updated-dependencies: - dependency-name: DockPanelSuite.ThemeVS2015 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add catch * Improved Find & Replace (#1917) * add new dialog * nice search * imporved search * updates * add filtering on focus item * aadd todo * working search prefilter * more search improvements * restore dialog * fix removed files * add missing file * add filter * update filter * add docs * add changelog * tidy up code * tidy up from codeql * tidy up * replace only click * workign on release engine * tidy * improved file pathing * add exists check * working aws release * document class * add interactive prompts * working interation * validation * update test * update test * Bump NUnit.Analyzers from 4.2.0 to 4.3.0 Bumps [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/nunit/nunit.analyzers/releases) - [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.md) - [Commits](nunit/nunit.analyzers@4.2.0...4.3.0) --- updated-dependencies: - dependency-name: NUnit.Analyzers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump NLog from 5.3.2 to 5.3.3 Bumps [NLog](https://github.com/NLog/NLog) from 5.3.2 to 5.3.3. - [Release notes](https://github.com/NLog/NLog/releases) - [Changelog](https://github.com/NLog/NLog/blob/dev/CHANGELOG.md) - [Commits](NLog/NLog@v5.3.2...v5.3.3) --- updated-dependencies: - dependency-name: NLog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bugfix/rdmp 240 new search updates (#1922) * improve keyboard shortcuts * use fast object list * tidy up * add minio test * update test runner * fix build issue * replace wget with curl * fix typo * update workflows * add profile * add mkdir * updated tests * updat more tests * loop through globals * fix actions * Bump HIC.SynthEHR from 2.0.0 to 2.0.1 Bumps [HIC.SynthEHR](https://github.com/HicServices/SynthEHR) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/HicServices/SynthEHR/releases) - [Changelog](https://github.com/HicServices/SynthEHR/blob/main/CHANGELOG.md) - [Commits](HicServices/SynthEHR@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: HIC.SynthEHR dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump Autoupdater.NET.Official from 1.9.1 to 1.9.2 (#1912) Bumps [Autoupdater.NET.Official](https://github.com/ravibpatel/AutoUpdater.NET) from 1.9.1 to 1.9.2. - [Release notes](https://github.com/ravibpatel/AutoUpdater.NET/releases) - [Commits](ravibpatel/AutoUpdater.NET@v1.9.1...v1.9.2) --- updated-dependencies: - dependency-name: Autoupdater.NET.Official dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Friel <jfriel001@dundee.ac.uk> * fix pipe naming * update build * move env setting * update from codeql * fix build * Bump Newtonsoft.Json from 13.0.1 to 13.0.3 (#1925) Bumps Newtonsoft.Json from 13.0.1 to 13.0.3. --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update from review * add docs * use non-dead package link * Revert botched Dependabot PR * Bump AWSSDK.SecurityToken from 3.7.400 to 3.7.400.8 Bumps [AWSSDK.SecurityToken](https://github.com/aws/aws-sdk-net) from 3.7.400 to 3.7.400.8. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SecurityToken dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.SSOOIDC from 3.7.400 to 3.7.400.8 Bumps [AWSSDK.SSOOIDC](https://github.com/aws/aws-sdk-net) from 3.7.400 to 3.7.400.8. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SSOOIDC dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.SSO from 3.7.400 to 3.7.400.8 Bumps [AWSSDK.SSO](https://github.com/aws/aws-sdk-net) from 3.7.400 to 3.7.400.8. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SSO dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.S3 from 3.7.400 to 3.7.401.2 (#1930) Bumps [AWSSDK.S3](https://github.com/aws/aws-sdk-net) from 3.7.400 to 3.7.401.2. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.S3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump shogo82148/actions-setup-perl from 1.30.0 to 1.31.0 (#1933) Bumps [shogo82148/actions-setup-perl](https://github.com/shogo82148/actions-setup-perl) from 1.30.0 to 1.31.0. - [Release notes](https://github.com/shogo82148/actions-setup-perl/releases) - [Commits](shogo82148/actions-setup-perl@v1.30.0...v1.31.0) --- updated-dependencies: - dependency-name: shogo82148/actions-setup-perl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Friel <jfriel001@dundee.ac.uk> * Remove trivial Equ usage (#1934) * Remove trivial usage of Equ - one less package in dependencies * Update CollectionNavigation.cs Remove disused using * Bump AWSSDK.SSOOIDC from 3.7.400.8 to 3.7.400.9 Bumps [AWSSDK.SSOOIDC](https://github.com/aws/aws-sdk-net) from 3.7.400.8 to 3.7.400.9. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SSOOIDC dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.SSO from 3.7.400.8 to 3.7.400.9 Bumps [AWSSDK.SSO](https://github.com/aws/aws-sdk-net) from 3.7.400.8 to 3.7.400.9. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SSO dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.10.0 to 17.11.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.10.0...v17.11.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.S3 from 3.7.401.2 to 3.7.402 Bumps [AWSSDK.S3](https://github.com/aws/aws-sdk-net) from 3.7.401.2 to 3.7.402. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits/3.7.402.0) --- updated-dependencies: - dependency-name: AWSSDK.S3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.SecurityToken from 3.7.400.8 to 3.7.400.9 Bumps [AWSSDK.SecurityToken](https://github.com/aws/aws-sdk-net) from 3.7.400.8 to 3.7.400.9. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SecurityToken dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump Newtonsoft.Json from 13.0.1 to 13.0.3 (#1932) * Bump AWSSDK.SSOOIDC from 3.7.400.9 to 3.7.400.10 Bumps [AWSSDK.SSOOIDC](https://github.com/aws/aws-sdk-net) from 3.7.400.9 to 3.7.400.10. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SSOOIDC dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump shogo82148/actions-setup-perl from 1.31.0 to 1.31.1 Bumps [shogo82148/actions-setup-perl](https://github.com/shogo82148/actions-setup-perl) from 1.31.0 to 1.31.1. - [Release notes](https://github.com/shogo82148/actions-setup-perl/releases) - [Commits](shogo82148/actions-setup-perl@v1.31.0...v1.31.1) --- updated-dependencies: - dependency-name: shogo82148/actions-setup-perl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.SSO from 3.7.400.9 to 3.7.400.10 Bumps [AWSSDK.SSO](https://github.com/aws/aws-sdk-net) from 3.7.400.9 to 3.7.400.10. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SSO dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.S3 from 3.7.402 to 3.7.402.1 Bumps [AWSSDK.S3](https://github.com/aws/aws-sdk-net) from 3.7.402 to 3.7.402.1. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.S3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.SecurityToken from 3.7.400.9 to 3.7.400.10 Bumps [AWSSDK.SecurityToken](https://github.com/aws/aws-sdk-net) from 3.7.400.9 to 3.7.400.10. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SecurityToken dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.SecurityToken from 3.7.400.10 to 3.7.400.11 Bumps [AWSSDK.SecurityToken](https://github.com/aws/aws-sdk-net) from 3.7.400.10 to 3.7.400.11. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SecurityToken dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump NUnit from 4.1.0 to 4.2.0 Bumps [NUnit](https://github.com/nunit/nunit) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md) - [Commits](nunit/nunit@4.1.0...4.2.0) --- updated-dependencies: - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.S3 from 3.7.402.1 to 3.7.402.2 Bumps [AWSSDK.S3](https://github.com/aws/aws-sdk-net) from 3.7.402.1 to 3.7.402.2. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.S3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.SSO from 3.7.400.10 to 3.7.400.11 Bumps [AWSSDK.SSO](https://github.com/aws/aws-sdk-net) from 3.7.400.10 to 3.7.400.11. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SSO dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.SSOOIDC from 3.7.400.10 to 3.7.400.11 Bumps [AWSSDK.SSOOIDC](https://github.com/aws/aws-sdk-net) from 3.7.400.10 to 3.7.400.11. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SSOOIDC dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump NUnit from 4.2.0 to 4.2.1 Bumps [NUnit](https://github.com/nunit/nunit) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/nunit/nunit/releases) - [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md) - [Commits](nunit/nunit@4.2.0...4.2.1) --- updated-dependencies: - dependency-name: NUnit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.SecurityToken from 3.7.400.11 to 3.7.400.12 Bumps [AWSSDK.SecurityToken](https://github.com/aws/aws-sdk-net) from 3.7.400.11 to 3.7.400.12. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SecurityToken dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.SSOOIDC from 3.7.400.11 to 3.7.400.12 Bumps [AWSSDK.SSOOIDC](https://github.com/aws/aws-sdk-net) from 3.7.400.11 to 3.7.400.12. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SSOOIDC dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.SSO from 3.7.400.11 to 3.7.400.12 Bumps [AWSSDK.SSO](https://github.com/aws/aws-sdk-net) from 3.7.400.11 to 3.7.400.12. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SSO dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.S3 from 3.7.402.2 to 3.7.402.3 Bumps [AWSSDK.S3](https://github.com/aws/aws-sdk-net) from 3.7.402.2 to 3.7.402.3. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.S3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.SSOOIDC from 3.7.400.12 to 3.7.400.13 Bumps [AWSSDK.SSOOIDC](https://github.com/aws/aws-sdk-net) from 3.7.400.12 to 3.7.400.13. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SSOOIDC dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump YamlDotNet from 16.0.0 to 16.1.0 Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 16.0.0 to 16.1.0. - [Release notes](https://github.com/aaubry/YamlDotNet/releases) - [Commits](aaubry/YamlDotNet@v16.0.0...v16.1.0) --- updated-dependencies: - dependency-name: YamlDotNet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.SecurityToken from 3.7.400.12 to 3.7.400.13 Bumps [AWSSDK.SecurityToken](https://github.com/aws/aws-sdk-net) from 3.7.400.12 to 3.7.400.13. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SecurityToken dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump NUnit from 4.2.1 to 4.2.2 (#1963) * Bump AWSSDK.SSO from 3.7.400.12 to 3.7.400.13 Bumps [AWSSDK.SSO](https://github.com/aws/aws-sdk-net) from 3.7.400.12 to 3.7.400.13. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SSO dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.S3 from 3.7.402.3 to 3.7.402.4 Bumps [AWSSDK.S3](https://github.com/aws/aws-sdk-net) from 3.7.402.3 to 3.7.402.4. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.S3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump shogo82148/actions-setup-perl from 1.31.1 to 1.31.2 Bumps [shogo82148/actions-setup-perl](https://github.com/shogo82148/actions-setup-perl) from 1.31.1 to 1.31.2. - [Release notes](https://github.com/shogo82148/actions-setup-perl/releases) - [Commits](shogo82148/actions-setup-perl@v1.31.1...v1.31.2) --- updated-dependencies: - dependency-name: shogo82148/actions-setup-perl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Remove credentials for Postgres test server we do not have (#1957) Co-authored-by: James A Sutherland <> * Bump AWSSDK.SecurityToken from 3.7.400.13 to 3.7.400.14 Bumps [AWSSDK.SecurityToken](https://github.com/aws/aws-sdk-net) from 3.7.400.13 to 3.7.400.14. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SecurityToken dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.SSOOIDC from 3.7.400.13 to 3.7.400.14 Bumps [AWSSDK.SSOOIDC](https://github.com/aws/aws-sdk-net) from 3.7.400.13 to 3.7.400.14. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SSOOIDC dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.S3 from 3.7.402.4 to 3.7.402.5 Bumps [AWSSDK.S3](https://github.com/aws/aws-sdk-net) from 3.7.402.4 to 3.7.402.5. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.S3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump shogo82148/actions-setup-perl from 1.31.2 to 1.31.3 --- updated-dependencies: - dependency-name: shogo82148/actions-setup-perl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.11.0 to 17.11.1. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.11.0...v17.11.1) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.SSOOIDC from 3.7.400.14 to 3.7.400.15 Bumps [AWSSDK.SSOOIDC](https://github.com/aws/aws-sdk-net) from 3.7.400.14 to 3.7.400.15. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SSOOIDC dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.S3 from 3.7.402.5 to 3.7.402.6 Bumps [AWSSDK.S3](https://github.com/aws/aws-sdk-net) from 3.7.402.5 to 3.7.402.6. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.S3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.SSO from 3.7.400.13 to 3.7.400.15 Bumps [AWSSDK.SSO](https://github.com/aws/aws-sdk-net) from 3.7.400.13 to 3.7.400.15. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SSO dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.SecurityToken from 3.7.400.14 to 3.7.400.15 Bumps [AWSSDK.SecurityToken](https://github.com/aws/aws-sdk-net) from 3.7.400.14 to 3.7.400.15. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SecurityToken dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.SecurityToken from 3.7.400.15 to 3.7.400.16 Bumps [AWSSDK.SecurityToken](https://github.com/aws/aws-sdk-net) from 3.7.400.15 to 3.7.400.16. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SecurityToken dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.S3 from 3.7.402.6 to 3.7.402.7 Bumps [AWSSDK.S3](https://github.com/aws/aws-sdk-net) from 3.7.402.6 to 3.7.402.7. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.S3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.SSO from 3.7.400.15 to 3.7.400.16 Bumps [AWSSDK.SSO](https://github.com/aws/aws-sdk-net) from 3.7.400.15 to 3.7.400.16. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SSO dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.SSOOIDC from 3.7.400.15 to 3.7.400.16 Bumps [AWSSDK.SSOOIDC](https://github.com/aws/aws-sdk-net) from 3.7.400.15 to 3.7.400.16. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SSOOIDC dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump AWSSDK.SSOOIDC from 3.7.400.16 to 3.7.400.17 Bumps [AWSSDK.SSOOIDC](https://github.com/aws/aws-sdk-net) from 3.7.400.16 to 3.7.400.17. - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.SSOOIDC dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Group all AWSSDK Nuget packages together for Dependabot purposes * Bump the aws-sdk group with 3 updates Bumps the aws-sdk group with 3 updates: [AWSSDK.S3](https://github.com/aws/aws-sdk-net), [AWSSDK.SecurityToken](https://github.com/aws/aws-sdk-net) and [AWSSDK.SSO](https://github.com/aws/aws-sdk-net). Updates `AWSSDK.S3` from 3.7.402.7 to 3.7.402.8 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Updates `AWSSDK.SecurityToken` from 3.7.400.16 to 3.7.400.17 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Updates `AWSSDK.SSO` from 3.7.400.16 to 3.7.400.17 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.S3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk - dependency-name: AWSSDK.SecurityToken dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk - dependency-name: AWSSDK.SSO dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk ... Signed-off-by: dependabot[bot] <support@github.com> * Bump the aws-sdk group with 4 updates Bumps the aws-sdk group with 4 updates: [AWSSDK.S3](https://github.com/aws/aws-sdk-net), [AWSSDK.SecurityToken](https://github.com/aws/aws-sdk-net), [AWSSDK.SSO](https://github.com/aws/aws-sdk-net) and [AWSSDK.SSOOIDC](https://github.com/aws/aws-sdk-net). Updates `AWSSDK.S3` from 3.7.402.8 to 3.7.402.9 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Updates `AWSSDK.SecurityToken` from 3.7.400.17 to 3.7.400.18 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Updates `AWSSDK.SSO` from 3.7.400.17 to 3.7.400.18 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Updates `AWSSDK.SSOOIDC` from 3.7.400.17 to 3.7.400.18 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.S3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk - dependency-name: AWSSDK.SecurityToken dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk - dependency-name: AWSSDK.SSO dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk - dependency-name: AWSSDK.SSOOIDC dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk ... Signed-off-by: dependabot[bot] <support@github.com> * associate versions * tidy up * add changelog * Bump the aws-sdk group with 4 updates Bumps the aws-sdk group with 4 updates: [AWSSDK.S3](https://github.com/aws/aws-sdk-net), [AWSSDK.SecurityToken](https://github.com/aws/aws-sdk-net), [AWSSDK.SSO](https://github.com/aws/aws-sdk-net) and [AWSSDK.SSOOIDC](https://github.com/aws/aws-sdk-net). Updates `AWSSDK.S3` from 3.7.402.9 to 3.7.402.10 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Updates `AWSSDK.SecurityToken` from 3.7.400.18 to 3.7.400.19 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Updates `AWSSDK.SSO` from 3.7.400.18 to 3.7.400.19 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Updates `AWSSDK.SSOOIDC` from 3.7.400.18 to 3.7.400.19 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.S3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk - dependency-name: AWSSDK.SecurityToken dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk - dependency-name: AWSSDK.SSO dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk - dependency-name: AWSSDK.SSOOIDC dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk ... Signed-off-by: dependabot[bot] <support@github.com> * Task/rdmp-196 Fix FTP Timeout Issue (#1987) * fresh sftp connection for dispose * Bump NLog from 5.3.3 to 5.3.4 (#1988) Bumps [NLog](https://github.com/NLog/NLog) from 5.3.3 to 5.3.4. - [Release notes](https://github.com/NLog/NLog/releases) - [Changelog](https://github.com/NLog/NLog/blob/dev/CHANGELOG.md) - [Commits](NLog/NLog@v5.3.3...v5.3.4) --- updated-dependencies: - dependency-name: NLog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump the aws-sdk group with 4 updates Bumps the aws-sdk group with 4 updates: [AWSSDK.S3](https://github.com/aws/aws-sdk-net), [AWSSDK.SecurityToken](https://github.com/aws/aws-sdk-net), [AWSSDK.SSO](https://github.com/aws/aws-sdk-net) and [AWSSDK.SSOOIDC](https://github.com/aws/aws-sdk-net). Updates `AWSSDK.S3` from 3.7.402.10 to 3.7.402.11 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Updates `AWSSDK.SecurityToken` from 3.7.400.19 to 3.7.400.20 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Updates `AWSSDK.SSO` from 3.7.400.19 to 3.7.400.20 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Updates `AWSSDK.SSOOIDC` from 3.7.400.19 to 3.7.400.20 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.S3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk - dependency-name: AWSSDK.SecurityToken dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk - dependency-name: AWSSDK.SSO dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk - dependency-name: AWSSDK.SSOOIDC dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk ... Signed-off-by: dependabot[bot] <support@github.com> * Bump YamlDotNet from 16.1.0 to 16.1.2 Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 16.1.0 to 16.1.2. - [Release notes](https://github.com/aaubry/YamlDotNet/releases) - [Commits](aaubry/YamlDotNet@v16.1.0...v16.1.2) --- updated-dependencies: - dependency-name: YamlDotNet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump FluentFTP from 51.0.0 to 51.1.0 Bumps [FluentFTP](https://github.com/robinrodricks/FluentFTP) from 51.0.0 to 51.1.0. - [Release notes](https://github.com/robinrodricks/FluentFTP/releases) - [Changelog](https://github.com/robinrodricks/FluentFTP/blob/master/RELEASES.md) - [Commits](https://github.com/robinrodricks/FluentFTP/commits) --- updated-dependencies: - dependency-name: FluentFTP dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump the aws-sdk group with 4 updates Bumps the aws-sdk group with 4 updates: [AWSSDK.S3](https://github.com/aws/aws-sdk-net), [AWSSDK.SecurityToken](https://github.com/aws/aws-sdk-net), [AWSSDK.SSO](https://github.com/aws/aws-sdk-net) and [AWSSDK.SSOOIDC](https://github.com/aws/aws-sdk-net). Updates `AWSSDK.S3` from 3.7.402.11 to 3.7.402.12 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Updates `AWSSDK.SecurityToken` from 3.7.400.20 to 3.7.400.21 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Updates `AWSSDK.SSO` from 3.7.400.20 to 3.7.400.21 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Updates `AWSSDK.SSOOIDC` from 3.7.400.20 to 3.7.400.21 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.S3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk - dependency-name: AWSSDK.SecurityToken dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk - dependency-name: AWSSDK.SSO dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk - dependency-name: AWSSDK.SSOOIDC dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk ... Signed-off-by: dependabot[bot] <support@github.com> * Bump MongoDB.Driver from 2.28.0 to 2.29.0 (#1996) Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.28.0 to 2.29.0. - [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases) - [Commits](mongodb/mongo-csharp-driver@v2.28.0...v2.29.0) --- updated-dependencies: - dependency-name: MongoDB.Driver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump AWSSDK.S3 from 3.7.402.12 to 3.7.403 in the aws-sdk group (#1995) Bumps the aws-sdk group with 1 update: [AWSSDK.S3](https://github.com/aws/aws-sdk-net). Updates `AWSSDK.S3` from 3.7.402.12 to 3.7.403 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits/3.7.403.0) --- updated-dependencies: - dependency-name: AWSSDK.S3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix created from * add goto * add changelog * update imports * update from codeql * Task/RDMP-248 data load allow specials (#1992) * add sql changes * add toggle * add missing files * add changelog * fix typo * update imports * Task/rdmp 247 mdf sequentials (#1997) * add simple date variables * update dat replacer * add changelog * fix typos * Task/RDMP-215 data load chaining (#1993) * add provider * interim * working table clone * tidy up * update data load chainer * add check override * start to add tests * use interactive * rename and add docs * add test * dont hardcode strings * tidy ups * add changelog * codeql updates * update tests * fix typo * tidy up * Bump the aws-sdk group with 4 updates Bumps the aws-sdk group with 4 updates: [AWSSDK.S3](https://github.com/aws/aws-sdk-net), [AWSSDK.SecurityToken](https://github.com/aws/aws-sdk-net), [AWSSDK.SSO](https://github.com/aws/aws-sdk-net) and [AWSSDK.SSOOIDC](https://github.com/aws/aws-sdk-net). Updates `AWSSDK.S3` from 3.7.403 to 3.7.403.1 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](aws/aws-sdk-net@3.7.403.0...3.7.403.1) Updates `AWSSDK.SecurityToken` from 3.7.400.21 to 3.7.400.22 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Updates `AWSSDK.SSO` from 3.7.400.21 to 3.7.400.22 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Updates `AWSSDK.SSOOIDC` from 3.7.400.21 to 3.7.400.22 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) --- updated-dependencies: - dependency-name: AWSSDK.S3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk - dependency-name: AWSSDK.SecurityToken dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk - dependency-name: AWSSDK.SSO dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk - dependency-name: AWSSDK.SSOOIDC dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk ... Signed-off-by: dependabot[bot] <support@github.com> * Task/prep 8.3.0 (#2000) * bump versions * update changelog * update client --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Brian <76164974+bpeacock001@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: rdteviotdale <r.d.teviotdale@dundee.ac.uk> Co-authored-by: James A Sutherland <> Co-authored-by: James A Sutherland <j.a.sutherland@dundee.ac.uk>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed Change
Allow users to to import columns with reserved prefix columns during a data load.
Add a toggle via ui/cli that enables/disables data loads from importing columns beginning "hic_"
Type of change
What types of changes does your code introduce? Tick all that apply.
Checklist
By opening this PR, I confirm that I have: