Skip to content

Commit

Permalink
Changed from attribute to attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnanG committed Feb 8, 2022
1 parent a0e8cf7 commit 860d704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dynamodb_projections.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_run(self):
annotated_schema = menagerie.get_annotated_schema(conn_id, stream_catalog['stream_id'])
additional_md = [{"breadcrumb" : [], "metadata" : {
'replication-method' : 'FULL_TABLE',
'tap-dynamodb.expression-attribute': "{\"#cmt\": \"Comment\", \"#testfield\": \"TestField\", \"#name\": \"Name\", \"#tstobj\": \"test_object\", \"#nestf\": \"nested_field\", \"#tobj_nested\": \"test_object.nested_field\"}", # `expression` field for reserve word.
'tap-dynamodb.expression-attributes': "{\"#cmt\": \"Comment\", \"#testfield\": \"TestField\", \"#name\": \"Name\", \"#tstobj\": \"test_object\", \"#nestf\": \"nested_field\", \"#tobj_nested\": \"test_object.nested_field\"}", # `expression` field for reserve word.
'tap-mongodb.projection': expected_config['ProjectionExpression']
}}]
connections.select_catalog_and_fields_via_metadata(conn_id,
Expand Down

0 comments on commit 860d704

Please sign in to comment.