We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0cb52a commit a9fb8c7Copy full SHA for a9fb8c7
cosmotech/coal/cli/commands/store/store.py
@@ -6,7 +6,7 @@
6
# specifically authorized by written means by Cosmo Tech.
7
8
from cosmotech.coal.cli.commands.api.rds_send_store import rds_send_store
9
-from cosmotech.coal.cli.commands.store import dump_to_azure
+from cosmotech.coal.cli.commands.store.dump_to_azure import dump_to_azure
10
from cosmotech.coal.cli.commands.store.dump_to_postgresql import dump_to_postgresql
11
from cosmotech.coal.cli.commands.store.dump_to_s3 import dump_to_s3
12
from cosmotech.coal.cli.commands.store.list_tables import list_tables
0 commit comments