Skip to content

Commit

Permalink
Apply formatting from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 committed May 10, 2024
1 parent 3d65c7e commit a704c15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dbt/adapters/bigquery/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,9 @@ def alter_table_add_columns(self, relation, columns):
client.update_table(new_table, ["schema"])

@available.parse_none
def load_dataframe(self, database, schema, table_name, agate_table, column_override, field_delimiter):
def load_dataframe(
self, database, schema, table_name, agate_table, column_override, field_delimiter
):
bq_schema = self._agate_to_schema(agate_table, column_override)
conn = self.connections.get_thread_connection()
client = conn.handle
Expand Down

0 comments on commit a704c15

Please sign in to comment.