{"library":"soda-core-athena","title":"Soda Core Athena","type":"library","description":"Soda Core Athena is an extension of Soda Core for scanning data quality issues in AWS Athena. The current version is 3.5.6. It follows the same release cadence as Soda Core.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install soda-core-athena"],"cli":{"name":"soda","version":"soda-core, version 3.5.6"}},"imports":["from soda.scan import Scan"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":"https://www.soda.io","github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/soda-core-athena/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from soda.scan import Scan\n\nscan = Scan()\nscan.set_data_source_name('athena')\nscan.add_configuration_yaml_file('configuration.yml')\nscan.add_sodacl_yaml_file('checks.yml')\nscan.execute()\nprint(scan.get_logs_text())","lang":"python","description":"Basic Soda Core scan using Athena data source.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}