Skip to content

Commit

Permalink
Update arangodb_graph.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joshanangelofgrace authored Jan 9, 2025
1 parent fa6f08f commit 0caaeda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def generate_schema(
limit_amount = ceil(sample_ratio * col_size) or 1

aql = f"""
FOR doc in {col_name}
FOR doc in `{col_name}`
LIMIT {limit_amount}
RETURN doc
"""
Expand Down

0 comments on commit 0caaeda

Please sign in to comment.