Skip to content

Conversation

@karenc-bq
Copy link
Contributor

Description

  • fix integration test automation
  • tidy up documentation

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@karenc-bq karenc-bq added the ready for review Pull requests that are ready to be reviewed label May 1, 2024
- To use the wrapper with Aurora with PostgreSQL compatibility, install [Psycopg](https://github.com/psycopg/psycopg).
- To use the wrapper with Aurora with MySQL compatibility, install [MySQL Connector/Python](https://github.com/mysql/mysql-connector-python).
> [!NOTE]\
> The driver has been verified on Psycopg 3.1.12+ and MySQL Connector/Python 8.1.0+. Compatibility with prior versions have not been tested.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> The driver has been verified on Psycopg 3.1.12+ and MySQL Connector/Python 8.1.0+. Compatibility with prior versions have not been tested.
> The driver has been verified on Psycopg 3.1.12+ and MySQL Connector/Python 8.1.0+. Compatibility with prior versions has not been tested.


## Secret Data
The plugin assumes that the secret contains the following properties `username` and `password`
The plugin assumes that the secret contains the following properties `username` and `password`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The plugin assumes that the secret contains the following properties `username` and `password`.
The plugin assumes that the secret contains the following properties: `username` and `password`.


The AWS Advanced Python Driver leverages community Python drivers and enables support of AWS and Aurora functionalities.
Currently, [Psycopg](https://github.com/psycopg/psycopg) and [MySQL Connector/Python](https://github.com/mysql/mysql-connector-python) are supported.
Currently, [Psycopg](https://github.com/psycopg/psycopg) 3.1.12+ and [MySQL Connector/Python](https://github.com/mysql/mysql-connector-python) 8.1.0+ are supported. Compatibility with prior versions of these drivers have not been tested.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Currently, [Psycopg](https://github.com/psycopg/psycopg) 3.1.12+ and [MySQL Connector/Python](https://github.com/mysql/mysql-connector-python) 8.1.0+ are supported. Compatibility with prior versions of these drivers have not been tested.
Currently, [Psycopg](https://github.com/psycopg/psycopg) 3.1.12+ and [MySQL Connector/Python](https://github.com/mysql/mysql-connector-python) 8.1.0+ are supported. Compatibility with prior versions of these drivers has not been tested.

)
```

Similarly, to start using the driver with MySQL Connector/Python, you pass the connect function to the `AwsWrapperConnection#connect` method as shown in the following example:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Similarly, to start using the driver with MySQL Connector/Python, you pass the connect function to the `AwsWrapperConnection#connect` method as shown in the following example:
Similarly, to start using the driver with MySQL Connector/Python, you need to pass the connect function to the `AwsWrapperConnection#connect` method as shown in the following example:

@karenc-bq karenc-bq force-pushed the update-documentation branch from 4d72b05 to 7cb8d54 Compare May 1, 2024 21:42
@karenc-bq karenc-bq merged commit dc19d6c into main May 1, 2024
@karenc-bq karenc-bq deleted the update-documentation branch May 1, 2024 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready for review Pull requests that are ready to be reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants