Iuliia Volkova·Apr 23, 2021Code Generation: How to generate Pydantic & SQLAlchemy/GinoORM models from SQL DDL?IntroA response icon1A response icon1
Iuliia Volkova·Jul 25, 2020Create a Telegram Bot to get info from PyPi Server: Part II want to have a bot, that will take from me my interests, like themes (for example, data science, tests, web development, etc) ..
Iuliia Volkova·May 31, 2020Integration testing for bunch of services with Pytest & Docker composeHi! Today I want to share a guide on how to set up integration tests for a bunch of services. Last month I worked on a similar task and…A response icon1A response icon1
Iuliia Volkova·Mar 19, 2020SQLAlchemy, metaclasses and declarative_base: configure DB model’s classesDisclaimer: This article not about ‘better’ way how to define, but about how you can customize SQLAlchemy classes definition. And any…
Iuliia Volkova·Dec 17, 2019Install Python dependencies to docker-compose cluster without re-build imagesIn this article I will show how easily you can install python dependencies without re-build images each time. There is will be no new…A response icon5A response icon5
InAnalytics VidhyabyIuliia Volkova·Dec 3, 2019Airflow XCom pull and push under the hood: multiple value, from different dags and etcXcom is data model that defined as a SQL-alchemy class with additional methods on it. If you will enter Apache Airflow sources …A response icon3A response icon3
Iuliia Volkova·Oct 29, 2019Apache Airflow: how to add task to DAG without changing dag file?When you create Airflow DAG you usually want to have tests on it to be sure that workflow finished successfully and all manipulations was…
Iuliia Volkova·Oct 8, 2019Short guide: How to use PostgresOperator in Apache Airflow?For some reasons, there is no any quick tutorials (or I am really bad in google) about PostresOperator and a lot of examples how to use…A response icon1A response icon1