Mateusz Pytel

Results 16 issues of Mateusz Pytel

### Related Template(s) Pubsub_to_Jdbc ### What happened? Hi, I'm trying to use the template to get incoming Pubsub events stored in CloudSQL (MySQL) table. What I see is when there's...

bug
p2
needs triage

Update plugin dependencies to recent versions: kedro - 0.18.*

Add codeQL scans and dependabot Closes #141

Set up Dependabot and CodeQL scans to enable automated dependency updates and security alerts.

Make sure plugin can work with python versions 3.8, 3.9 and 3.10. Modify test process to verify all three versions as working as expected (matrix builds).

enhancement
low priority

Currently we use kedro session store to properly tag airflow DAG https://github.com/getindata/kedro-airflow-k8s/blob/3b30df2a831cd5672f6630586d0bae4430a41973/kedro_airflow_k8s/template.py#L96 This causes build failure when git is not initialized in a project. My suggestion is to obtain git...

Tests are failing due to missing coverage reporter token. This happens always when PR is submitted from fork. We should fix the actions workflow to skip this step in such...