Skip to content

Commit

Permalink
latest api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bcmeireles committed Jan 7, 2025
1 parent 40d40b2 commit 4564e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/dremio/api/rest/entities/reflection.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def to_transform(self, raw_str):
return {"type": TransformType.IDENTITY.value}


# https://docs.dremio.com/24.3.x/reference/api/reflections/
# https://docs.dremio.com/current/reference/api/reflections/
class ReflectionEntity:
def __init__(self, name, reflection_type, dataset_id, display_fields, dimensions, date_dimensions, measures,
computations, partition_by, partition_transform, partition_method, distribute_by, localsort_by,
Expand Down

0 comments on commit 4564e70

Please sign in to comment.