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

UAT / PROD release #1239

Merged
merged 10 commits into from
Apr 2, 2024
Merged

UAT / PROD release #1239

merged 10 commits into from
Apr 2, 2024

Conversation

hal274
Copy link
Contributor

@hal274 hal274 commented Apr 2, 2024

UAT / PROD release

@hal274 hal274 requested a review from a team as a code owner April 2, 2024 10:08
help='Store dataset records',
)

def load_data(self):
data = []
chunks = pd.read_sql(sa.text(self.sql), self.engine, chunksize=10000)
Copy link
Contributor

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?

Copy link
Contributor

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.

@hal274 hal274 merged commit 2497a4e into master Apr 2, 2024
8 checks passed
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.

3 participants