Skip to content

Commit

Permalink
Added example properties
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinFrizzell committed Nov 12, 2023
1 parent 6c8b368 commit 277c704
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@

# Print the top 5 rows
print(df.head(5))

# Print the connection details
print(f"connection_name: {connection.connection_name}")
print(f"database_url: {connection.database_url}")

0 comments on commit 277c704

Please sign in to comment.