-
For scenarios where there are multiple ways to accomplish a certain task, there should be a way to define conditional tasks.
For example, when:
- you can download the source code in multiple way…
-
**Is your feature request related to a problem? Please describe.**
When using the following call for dbs, it is required to perform a call for each db or use for loop and call the function for …
-
It appears the datasources.publish method does not have functionality to use multiple connection_credentials objects. We have several sources that connect to different databases, and while the source …
-
Hi,
Love this project. Haven't actually tried a data load yet but I was thinking about the write performance issues.
I see in the docs:
> By default, a transaction is commited every 10 files …
-
my migrations directory was named pillar.migrations and this was throwing an exception stating it could not find any migration files, renaming the directory to migrations fixed this issue, but that is…
-
We should document clearly that some DMs may not work properly if operations on Sapphire objects have *side effects*.
From my perspective, side effects are updates to states outside of a Sapphire …
-
We realised in #2563 that we needed to update our controller tests, so that they use the DatabaseSelector middleware in the test suite and pick up any cases of trying to write to the database during r…
-
We need to build the infrastructure required to start incorporating headers like `Set-Cookie`, where the result can be multiple different values inside one header (admittedly, that was a bad example).…
-
I'm working on an app that has a main data table and a table of queued updates. I have a single in-memory array of items, which combines entries from the main table and the queued updates in sort of a…
-
Hello,
We use AWS and I want to retrieve the postgres user password and other attributes from parameter store for some admin actions, after hopping across a few different AWS accounts/roles first.
…