Is <target-athena> still a good reference repo? Ju...
# singer-target-development
t
Is target-athena still a good reference repo? Just started target-iceberg and after following the sdk get started guide I am noticing some small differences e.g. in target.py has
cli = TargetAthena.cli
vs the cookiecutter target template provided
Copy code
if __name__ == "__main__":
    TargetIceberg.cli()
t
that one’s getting a bit older. https://github.com/MeltanoLabs/target-postgres is a more recent and actively developed by @visch
t
Thanks much appreciated