nineinchnick / trino-faker

Trino plugin that generates fake data
Apache License 2.0
14 stars 2 forks source link

Debugging the plugin #100

Open kja-xyt opened 2 months ago

kja-xyt commented 2 months ago

Is it possible to debug the code of the plugin? I haven't seen any documentation for that.

Thanks, Kamil

nineinchnick commented 2 months ago

Yes, look for a query runner class in tests. There's a main method there. You can run it from the IDE. It's preconfigured and ready to use. Connect to it using any regular trino client, like the cli.

nineinchnick commented 2 months ago

You can also find me on the Trino Slack if you'll have more questions

kja-xyt commented 2 months ago

Thanks, it works like a charm 👍