File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626* Encrypt Pandas Dataframes on S3 with KMS keys (NEW :star : )
2727
2828### PySpark
29- * PySpark -> Redshift (Parallel : rocket : ) (NEW :star : )
29+ * PySpark -> Redshift (Parallel) (NEW :star : )
3030
3131### General
3232* List S3 objects (Parallel)
3333* Delete S3 objects (Parallel)
3434* Delete listed S3 objects (Parallel)
3535* Delete NOT listed S3 objects (Parallel)
36- * Copy listed S3 objects (Parallel : rocket : )
37- * Get the size of S3 objects (Parallel : rocket : )
36+ * Copy listed S3 objects (Parallel)
37+ * Get the size of S3 objects (Parallel)
3838* Get CloudWatch Logs Insights query results (NEW :star : )
3939
4040## Installation
@@ -217,7 +217,7 @@ results = session.cloudwatchlogs.query(
217217
218218* Fork the AWS Data Wrangler repository and clone that into your development environment
219219
220- * Go to the project's directory create a Python's virtual environment for the project ** python -m venv venv && source source venv/bin/activate**
220+ * Go to the project's directory create a Python's virtual environment for the project ( ** python -m venv venv && source source venv/bin/activate** )
221221
222222* Run ** ./install-dev.sh**
223223
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Step-by-step
2424
2525* Fork the AWS Data Wrangler repository and clone that into your development environment
2626
27- * Go to the project's directory create a Python's virtual environment for the project **python -m venv venv && source source venv/bin/activate **
27+ * Go to the project's directory create a Python's virtual environment for the project ( **python -m venv venv && source source venv/bin/activate **)
2828
2929* Run **./install-dev.sh **
3030
You can’t perform that action at this time.
0 commit comments