TogetherCrew / airflow-dags

1 stars 1 forks source link

Feat: Discord Hivemind ETL Module database support #34

Closed amindadgar closed 10 months ago

amindadgar commented 10 months ago

In this PR we're trying to add

amindadgar commented 10 months ago

Until now, We've updated the codes to support this schema

{
  name: 'hivemind',
  communityId: ObjectId('1234'),
  options: {
    platforms: [
      {
        platformId: ObjectId('1234'),
        options: {
          channels: ['1234', '4321'],
          roles: ['roleId#1'],
          users: ['userId#1'],
        }
      }
    ]
  }
}