profcomff / profcomff/dwh-pipelines

Добавить систему логирования всех изменений для базы данных dwh

Open
#40 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue :baby:
Dominant language
Python
Stars
16
Forks
0
PR merge metrics
No merged PRs in 30d

Description

ОПИСАНИЕ ЗАДАЧИ

  1. Создать базу данных с логами всех изменений в структуре базы данных (можно создать отденьную папку в dwh-definitions, схема - STG_LOGGING)
  2. Создать dag на проверку изменений в структуре базы данных/удалений и записей
  3. При наличии изменений в базе данных - записать их в базу данных логирования (STG_LOGGING), продублировать их в читаемый формат (.log/.txt)
  4. Отправлять данный файл + короткий отчет через тг бота

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the dwh-definitions area and determine how the STG_LOGGING schema should represent database structure, deletion, and record changes. Then locate the repository’s DAG entry points and existing Telegram bot integration, if present. Done means detected changes are stored in STG_LOGGING, duplicated as a readable .log or .txt file, and sent with a short report.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data-engineering, databases
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.