Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add unionmembercard table #131

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

add unionmembercard table #131

wants to merge 2 commits into from

Conversation

zipperman1
Copy link
Contributor

Изменения

собственно новая таблица

Детали реализации

см profcomff/dwh-pipelines#173

Check-List

  • Вы проверили свой код перед отправкой запроса?
  • Вы написали тесты к реализованным функциям?
  • Вы не забыли применить форматирование black и isort для Back-End или Prettier для Front-End?

Copy link

github-actions bot commented Mar 4, 2025

💩 Code linting failed, use black and isort to fix it.

Copy link

github-actions bot commented Mar 4, 2025

Summary

Tests Skipped Failures Errors Time
1 0 💤 0 ❌ 0 🔥 11.861s ⏱️

card_id: Mapped[int | None] = mapped_column(Integer, nullable=True)
card_number: Mapped[str | None] = mapped_column(
String, nullable=True, comment="card number - number of user's card from ODS.user.info"
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

github-actions bot commented Mar 4, 2025

💩 Code linting failed, use black and isort to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants