awslabs / aws-glue-libs

AWS Glue Libraries are additions and enhancements to Spark for ETL operations.
Other
635 stars 299 forks source link

Provide link to the documentation #182

Open pmarko1711 opened 1 year ago

pmarko1711 commented 1 year ago

I've started using this library today and was surprised to find out no documentation. After a while, a colleague pointed me to https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-extensions.html so I'm wrong, there is a documentation. It's arguably at a good place, but I have not found it myself, which makes me thinking that I'm not the only one.

Could you please maybe make the link prominent in your README.md, and perhaps even in the repo details (similarly to how aws-lambda-powertools-python has it) ?

Another observation: I noticed that the GlueContext class page says nothing of get_logger(). Is this logger something I should use or not?