You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param cast_columns: Dictionary of columns names and Athena/Glue types to be casted. (E.g. {"col name": "bigint", "col2 name": "int"}) (Only for "parquet" file_format)
:param cast_columns: Dictionary of columns names and Athena/Glue types to be casted. (E.g. {"col name": "bigint", "col2 name": "int"}) (Only for "parquet" file_format)
84
84
:param extra_args: Extra arguments specific for each file formats (E.g. "sep" for CSV)
85
85
:param description: Table description
86
86
:param parameters: Key/value pairs to tag the table (Optional[Dict[str, str]])
0 commit comments