Andrew Plummer
Andrew Plummer
Does `TransactionTestCase` take care of this? If not, is there something we can do to dump and restore the database everytime/when needed?
Test for simple workaround. TODO: write some docs for this TODO: change note on skipped test
If I ask for a migration state that is disallowed, should error, rather than carrying on and getting it wrong. Eg, if app1 has two migrations, 0001, 0002 And app2...
And just some more validation around this wouldn't hurt.
I think this means that I didn't actually full fix #12
*Issue #, if available:* #3250 *Description of changes:* Add the missing Tensorflow 2.9 inference image. Note that I'm considering this to be a "fix", not a "feature" as the training...
**Describe the bug** Tensorflow 2.9 inference image is reported as not available by this library, but does exist in registries. **To reproduce** ```python >>> import sagemaker >>> sagemaker.__version__ '2.99.0' >>>...
**Is your feature request related to a problem? Please describe.** I want to be able to list all resources within an AWS account, as part of closing down an AWS...
I would like to be able to use network policies on pods that have `iam.amazonaws.com/role: ...` on them. I imagined this would mean adding a network policy that looks like:...
Is it possible to specify that a column (or the whole project) should have no default currency? I'm in the process of retro-fitting `MoneyField`s where once there were `DecimalField`s. What...