Skip to content

Commit

Permalink
Snowflake destination: revert changes added for test purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
sashaNeshcheret committed Jul 6, 2022
1 parent 554297b commit 167dc28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public void testSyncWithNormalization(final String messagesFilename, final Strin
final List<AirbyteMessage> messages = MoreResources.readResource(messagesFilename).lines()
.map(record -> Jsons.deserialize(record, AirbyteMessage.class)).collect(Collectors.toList());

final JsonNode config = Jsons.deserialize(IOs.readFile(Path.of("secrets/copy_s3_config.json")));
final JsonNode config = Jsons.deserialize(IOs.readFile(Path.of("secrets/config_key_pair.json")));
runSyncAndVerifyStateOutput(config, messages, configuredCatalog, true);

final String defaultSchema = getDefaultSchema(config);
Expand Down

0 comments on commit 167dc28

Please sign in to comment.