Skip to content

Commit 35f1675

Browse files
committed
Updating README.md
1 parent b9ac28f commit 35f1675

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ df = wr.s3.read_parquet("s3://bucket/dataset/", dataset=True)
4343
# Retrieving the data from Amazon Athena
4444
df = wr.athena.read_sql_query("SELECT * FROM my_table", database="my_db")
4545

46-
# Get Redshift connection (SQLAlchemy) from Glue Catalog and retrieving data from Redshift Spectrum
46+
# Get Redshift connection (SQLAlchemy) from Glue and retrieving data from Redshift Spectrum
4747
engine = wr.catalog.get_engine("my-redshift-connection")
4848
df = wr.db.read_sql_query("SELECT * FROM external_schema.my_table", con=engine)
4949

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Quick Start
2525
# Retrieving the data from Amazon Athena
2626
df = wr.athena.read_sql_query("SELECT * FROM my_table", database="my_db")
2727
28-
# Get Redshift connection (SQLAlchemy) from Glue Catalog and retrieving data from Redshift Spectrum
28+
# Get Redshift connection (SQLAlchemy) from Glue and retrieving data from Redshift Spectrum
2929
engine = wr.catalog.get_engine("my-redshift-connection")
3030
df = wr.db.read_sql_query("SELECT * FROM external_schema.my_table", con=engine)
3131

0 commit comments

Comments
 (0)