Skip to content

Commit

Permalink
fix: removed printing credentials!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed May 23, 2024
1 parent e9e906c commit ba715a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions dags/hivemind_etl_helpers/debugs.py

This file was deleted.

3 changes: 0 additions & 3 deletions dags/hivemind_mediawiki_etl.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from airflow import DAG
from airflow.decorators import task
from hivemind_etl_helpers.debugs import pring_qdrant_creds
from hivemind_etl_helpers.mediawiki_etl import process_mediawiki_etl
from hivemind_etl_helpers.src.utils.modules import ModulesMediaWiki

Expand All @@ -20,8 +19,6 @@ def get_mediawiki_communities() -> list[dict[str, str | list[str]]]:
"""
Getting all communities having mediawiki from database
"""
# TODO: REMOVE!!!
pring_qdrant_creds()
communities = ModulesMediaWiki().get_learning_platforms()
return communities

Expand Down

0 comments on commit ba715a0

Please sign in to comment.