-
Notifications
You must be signed in to change notification settings - Fork 6
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
UAT / PROD release #1239
UAT / PROD release #1239
Conversation
Greatuk 101 automate IMF data
…ge-black GREATUK-440 Fix Black vulnerable to Regular Expression Denial of Service
Bump django to 4.2.11
help='Store dataset records', | ||
) | ||
|
||
def load_data(self): | ||
data = [] | ||
chunks = pd.read_sql(sa.text(self.sql), self.engine, chunksize=10000) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the self.engine (sqlachemy engine) is still being passed in here, yet has been deleted? (line 12). Does it already exists in the MarketGuidesDataIngestionCommand parent class?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have just checked - yes it does. Please ignore.
UAT / PROD release