Skip to content

Command Timeouts While Using The Database Loader #4484

@oluatte

Description

@oluatte

System information

  • Windows 10:
  • .NET Core 3.0:

Issue

  • Loaded training data from SQL Server (1m rows)
  • SqlException Execution timeout in less than a minute
  • The query should complete even if it's slow (based on volume). There should also be a way to modify the sql command timeout.

Source code / logs

` string connectionString = _config["Database.ConnectionString"];

        string sqlCommand = await GetSql("OrderHistory.sql");

        DatabaseSource dbSource = new DatabaseSource(SqlClientFactory.Instance, connectionString, sqlCommand);

        return dbSource;`

Metadata

Metadata

Labels

P1Priority of the issue for triage purpose: Needs to be fixed soon.bugSomething isn't workingloadsaveBugs related loading and saving data or models

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions