Uh oh!
There was an error while loading. Please reload this page.
Accept copy jobs with single 'sourceTable' config. - #2884
Conversation
Such jobs would be created via another client: we map that configuration onto a sequence of tables containing only the one item. Closes: #2882.
| for source_config in config['sourceTables']: | ||
| source_configs = config.get('sourceTables') | ||
| if source_configs is None: | ||
| source_configs = [config['sourceTable']] |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
dhermes
commented
Dec 28, 2016
LGTM |
…-w-single-source-table Accept copy jobs with single 'sourceTable' config.
Such jobs would be created via another client: we map that configuration onto a sequence of tables containing only the one item.
Closes: #2882.