diff --git a/example_usage.py b/example_usage.py index 0041d26..16269d0 100644 --- a/example_usage.py +++ b/example_usage.py @@ -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}")