Skip to content

Commit

Permalink
fix ordering of decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Mar 18, 2024
1 parent bcfeb00 commit 98ed5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte/caches/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ class BigQueryCache(CacheBase):

_sql_processor_class: type[BigQuerySqlProcessor] = BigQuerySqlProcessor

@classmethod
@root_validator(pre=True)
@classmethod
def set_schema_name(cls, values: dict[str, Any]) -> dict[str, Any]:
dataset_name = values.get("dataset_name")
if dataset_name is None:
Expand Down

0 comments on commit 98ed5b6

Please sign in to comment.