Skip to content

Instantly share code, notes, and snippets.

@thigm85
Created March 24, 2021 11:51
Show Gist options
  • Save thigm85/dcdfaa659aeea8ae9483e37449db31a2 to your computer and use it in GitHub Desktop.
Save thigm85/dcdfaa659aeea8ae9483e37449db31a2 to your computer and use it in GitHub Desktop.
for article in data:
res = app.feed_data_point(
data_id=article["news_id"],
fields=article,
schema="news"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment