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.
2 parents 64ab710 + af0a1dd commit 6143ee1Copy full SHA for 6143ee1
1 file changed
metabase_api/create_methods.py
@@ -41,7 +41,7 @@ def create_card(self, card_name=None, collection_name=None, collection_id=None,
41
custom_json['collection_id'] = collection_id
42
elif collection_name:
43
collection_id = self.get_item_id('collection', collection_name)
44
- custom_json['collecion_id'] = collection_id
+ custom_json['collection_id'] = collection_id
45
46
if complete_json:
47
# Add visualization_settings if it is not present in the custom_json
0 commit comments